Skip to content

Commit

Permalink
amended structure for labeler upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Jun 6, 2024
1 parent 18c0b4e commit 017ea13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

documentation:
- "architecture-decision-record/**"
- "diagrams/**"
- "documentation/**"
- "README.md"
- "source/**"
documentation:
- changed-files:
- any-glob-to-any-file: "architecture-decision-record/**"
- any-glob-to-any-file: "diagrams/**"
- any-glob-to-any-file: "documentation/**"
- any-glob-to-any-file: "README.md"
- any-glob-to-any-file: "source/**"
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 017ea13

Please sign in to comment.