Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Labeler rules updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Jan 15, 2021
1 parent c7fa3ec commit 72e20cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
documentation:
docs:
- '!CHANGELOG.md'
- '**/*.md'
- '**/*.MD'
- '!CHANGELOG.md'

.github:
- '.github/**/*'
Expand All @@ -10,6 +10,9 @@ CI:
- '.github/workflows/**/*'
- '.github/actions/**/*'

go:
- '**/*.go'

tests:
- '**/*.spec.js'
- '**/*.spec.ts'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v3 # Action page: <https://github.com/actions/labeler>
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 72e20cb

Please sign in to comment.