We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a558f8 commit 69bda58Copy full SHA for 69bda58
.github/workflows/verify-files-modify.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
verify:
12
- if: github.event.pull_request.user.login != 'renovate[bot]'
+ if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'Copilot'
13
permissions:
14
pull-requests: write # for actions-cool/verify-files-modify to update status of PRs
15
runs-on: ubuntu-latest
0 commit comments