Skip to content

Commit

Permalink
Merge pull request #225 from DJBlackEagle/224-workflow-sync-labels-ad…
Browse files Browse the repository at this point in the history
…d-some-new-lables

chore(GitHub): fix workflow and add new lables
  • Loading branch information
DJBlackEagle committed Jun 21, 2023
2 parents 0996533 + e66d573 commit 36a4f5a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
description: 'This issue may be useful, and needs some attention.'
- name: 'priority-low'
color: e4ea8a
description: 'Nice addition, maybe... someday...'
description: 'Nice addition, maybe...'

- name: 'todo'
color: 5319e7
Expand All @@ -78,6 +78,12 @@
- name: 'needs triage'
color: 1d76db
description: 'We need to talk.'
- name: 'common'
color: 2b4e67
description: 'Common label for everything else.'
- name: 'project'
color: 2b4e67
description: 'Which depends on this project.'

- name: 'release'
color: 0e8a16
Expand All @@ -89,3 +95,6 @@
- name: 'github-actions'
color: 8a91ad
description: 'Created by the github-action.'
- name: 'github'
color: 8a91ad
description: 'Which depends on GitHub.'
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Package to npmjs
name: Publish Package to NPM registry

on:
release:
Expand All @@ -17,7 +17,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 🔧
run: npm ci
- name: Publish package to npmjs 📦
- name: Publish package to NPM registry 📦
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest-status-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull-Request Check
name: Pull-Request Status Check

on:
pull_request:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Install dependencies 🔧
run: npm ci
- name: Run ESLint 📝
run: npm run prettier
run: npm run lint

0 comments on commit 36a4f5a

Please sign in to comment.