We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf4ad06 + 831dd07 commit df90429Copy full SHA for df90429
.github/workflows/validate-codeowners.yml
@@ -24,7 +24,7 @@ jobs:
24
private_key: ${{ secrets.GH_PRIVATE_KEY }}
25
installation_id: ${{ secrets.GH_INSTALLATION_ID }}
26
27
- - uses: mszostok/codeowners-validator@v0.7.1
+ - uses: mszostok/codeowners-validator@v0.7.2
28
if: github.event.pull_request.head.repo.full_name == github.repository
29
name: "Full check of CODEOWNERS"
30
with:
@@ -35,7 +35,7 @@ jobs:
35
# GitHub access token is required only if the `owners` check is enabled
36
github_access_token: "${{ steps.generate_token.outputs.token }}"
37
38
39
if: github.event.pull_request.head.repo.full_name != github.repository
40
name: "Syntax check of CODEOWNERS"
41
0 commit comments