Skip to content

Commit

Permalink
Merge pull request #4245 from ministryofjustice/bug/fix-pr-labeller
Browse files Browse the repository at this point in the history
Update labeler.yml
  • Loading branch information
ASTRobinson authored Dec 5, 2023
2 parents 25a3084 + 0c57577 commit 69e6388
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
onboarding:
- "environments/**"
- changed-files:
- any-glob-to-any-file:
- "environments/**"

dependencies:
- "terraform/**/*.lock.hcl"
- changed-files:
- any-glob-to-any-file:
- "terraform/**/*.lock.hcl"

github-workflow:
- "github/workflows/**"
- changed-files:
- any-glob-to-any-file:
- ".github/workflows/**"

environments-repository:
- "**/*.*"
- "**/*"
- changed-files:
- any-glob-to-any-file:
- "**/*.*"
- "**/*"
1 change: 0 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ jobs:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""

0 comments on commit 69e6388

Please sign in to comment.