diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dc12ee1..904df3f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,6 +5,9 @@ on: - cron: "0 8 * * *" workflow_dispatch: +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..68f394d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @github/primer-reviewers diff --git a/README.md b/README.md index b080c39..9edb38a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ Markdown formatting buttons for text inputs. [Repository](https://github.com/github/markdown-toolbar-element) | [Example](https://github.github.com/markdown-toolbar-element/examples/) +### [github/relative-time-element](https://github.com/github/relative-time-element) + +Web component extensions to the standard <time> element. + +[Repository](https://github.com/github/relative-time-element) | [Example](https://github.github.io/relative-time-element/examples/) + ### [github/remote-input-element](https://github.com/github/remote-input-element) An input element that sends its value to a server endpoint and renders the response body. @@ -94,12 +100,6 @@ Activates a suggestion menu to expand text snippets as you type. [Repository](https://github.com/github/text-expander-element) | [Example](http://github.github.io/text-expander-element/examples) -### [github/time-elements](https://github.com/github/time-elements) - -Web component extensions to the standard <time> element. - -[Repository](https://github.com/github/time-elements) | [Example](https://github.github.io/time-elements/examples/) - ### [github/typing-effect-element](https://github.com/github/typing-effect-element) A custom element that shows text as if it were being typed diff --git a/bower.json b/bower.json index bb281b1..fbb349c 100644 --- a/bower.json +++ b/bower.json @@ -19,11 +19,11 @@ "image-crop-element": "github/image-crop-element", "include-fragment-element": "github/include-fragment-element", "markdown-toolbar-element": "github/markdown-toolbar-element", + "relative-time-element": "github/relative-time-element", "remote-input-element": "github/remote-input-element", "tab-container-element": "github/tab-container-element", "task-lists-element": "github/task-lists-element", "text-expander-element": "github/text-expander-element", - "time-elements": "github/time-elements", "typing-effect-element": "github/typing-effect-element" } } \ No newline at end of file diff --git a/package.json b/package.json index 28fe226..68fa6ff 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "@github/image-crop-element": "*", "@github/include-fragment-element": "*", "@github/markdown-toolbar-element": "*", + "@github/relative-time-element": "*", "@github/remote-input-element": "*", "@github/tab-container-element": "*", "@github/task-lists-element": "*", "@github/text-expander-element": "*", - "@github/time-elements": "*", "@github/typing-effect-element": "*" } } \ No newline at end of file