Skip to content

Commit

Permalink
ci: fix config structure change with labeler v5 update
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Hu <mason.hu@canonical.com>
  • Loading branch information
mas-who committed Jan 24, 2024
1 parent 1b8389f commit 6ea1acc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Maintenance 🔨:
- package.json
- .gitignore
- changed-files:
- any-glob-to-any-file:
- package.json
- .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
- pull_request_target

jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
Expand Down

0 comments on commit 6ea1acc

Please sign in to comment.