Skip to content

Commit 69bda58

Browse files
authored
chore: Update verify-files-modify.yml (ant-design#54327)
Signed-off-by: afc163 <afc163@gmail.com>
1 parent 9a558f8 commit 69bda58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-files-modify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
verify:
12-
if: github.event.pull_request.user.login != 'renovate[bot]'
12+
if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'Copilot'
1313
permissions:
1414
pull-requests: write # for actions-cool/verify-files-modify to update status of PRs
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)