Skip to content

Commit

Permalink
chore: update metadata and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed May 2, 2022
1 parent fbba1a7 commit d729895
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 20 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# Documentation :
# https://help.github.com/en/articles/about-code-owners

# Default owners for everything in the repo
* @peopledoc/tribe-js
* @DazzlingFugu/emberenos
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ updates:

# Metadata of pull requests
reviewers:
- "peopledoc/tribe-js"
- "DazzlingFugu/emberenos"

# Control which dependencies are updated
ignore:
Expand Down
18 changes: 16 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: CI

on:
push:
branches: master
branches:
- master
pull_request: {}

concurrency:
Expand All @@ -14,4 +15,17 @@ concurrency:

jobs:
org:
uses: peopledoc/.github/.github/workflows/js--emberjs-addons-ci.yml@main
uses: DazzlingFugu/.github/.github/workflows/js--emberjs-addons.yml@master
with:
node-version: 12
package-manager: yarn
ember-try-scenarios: "[
'ember-lts-3.20',
'ember-lts-3.24',
'ember-release',
'ember-beta',
'ember-canary',
'ember-classic',
'embroider-safe',
'embroider-optimized',
]"
5 changes: 3 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Auto-update list of contributors

on:
push:
branches: master
branches:
- master
workflow_dispatch:

concurrency:
Expand All @@ -14,4 +15,4 @@ concurrency:

jobs:
org:
uses: peopledoc/.github/.github/workflows/auto-update-list-contributors.yml@main
uses: DazzlingFugu/.github/.github/workflows/auto-update-list-contributors.yml@master
16 changes: 11 additions & 5 deletions .github/workflows/tag-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Create new `git tag`, create new GitHub release and publish to NPM

on:
workflow_run:
workflows: CI
branches: master
types: completed
workflows:
- CI
branches:
- master
types:
- completed

concurrency:
group: tag-release-publish-${{ github.ref }}
Expand All @@ -16,6 +19,9 @@ concurrency:
jobs:
org:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: peopledoc/.github/.github/workflows/js--tag-release-publish.yml@main
uses: DazzlingFugu/.github/.github/workflows/js--tag-release-publish.yml@master
with:
node-version: 12
package-manager: yarn
secrets:
npm_automation_token: ${{ secrets.NPM_AUTOMATION_TOKEN }}
npm-automation-token: ${{ secrets.NPM_AUTOMATION_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ember-reading-time

[![CI](https://github.com/DazzlingFugu/ember-reading-times/actions/workflows/ci.yml/badge.svg)](https://github.com/DazzlingFugu/ember-reading-times/actions/workflows/ci.yml) [![Ember Observer Score](https://emberobserver.com/badges/ember-reading-times.svg)](https://emberobserver.com/addons/ember-reading-times) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Medium-like reading time estimation for EmberJS.

Based on [reading-time](https://github.com/ngryman/reading-time) and [humanized-duration](https://github.com/EvanHahn/HumanizeDuration.js/) libraries.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
"name": "Dazzling Fugu",
"url": "https://github.com/DazzlingFugu"
},
"homepage": "https://github.com/peopledoc/ember-reading-time",
"repository": "https://github.com/peopledoc/ember-reading-time",
"bugs": "https://github.com/peopledoc/ember-reading-time/issues",
"homepage": "https://github.com/DazzlingFugu/ember-reading-time",
"repository": "https://github.com/DazzlingFugu/ember-reading-time",
"bugs": "https://github.com/DazzlingFugu/ember-reading-time/issues",
"keywords": [
"ember",
"emberjs",
Expand Down

0 comments on commit d729895

Please sign in to comment.