Skip to content

Commit

Permalink
PI-2410 Exclude files from CODEOWNERS (#4125)
Browse files Browse the repository at this point in the history
* PI-2410 Exclude files from CODEOWNERS

Workaround for GitHub apps not working in CODEOWNERS - see https://github.com/orgs/community/discussions/23064

* Fix gradle wrapper checksum

* Fix default github token
  • Loading branch information
marcus-bcl authored Aug 6, 2024
1 parent 2fa16df commit 18b54d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
* @ministryofjustice/probation-integration
settings.gradle.kts
.github/actions
**/Dockerfile
2 changes: 1 addition & 1 deletion .github/actions/format-code/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
default: latest
token:
description: GitHub token to use for pushing changes. Defaults to GitHub actions token.
required: false
default: github
mask:
description: |
Specify a comma-separated list of file masks that define the files to be processed. You can use the * (any string)
Expand Down

0 comments on commit 18b54d9

Please sign in to comment.