Skip to content

Commit c3a89b6

Browse files
authored
[CI] Bump ci-bypass to v2 (#75412)
1 parent 2c1a28a commit c3a89b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/check-bypass/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
name: Check Bypass
2020
env:
2121
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1", "XieYunshen","luotao1"]'
22-
uses: PFCCLab/ci-bypass@v1
22+
uses: PFCCLab/ci-bypass@v2
2323
with:
2424
github-token: ${{ inputs.github-token }}
2525
non-pull-request-event-strategy: 'never-skipped'

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- id: check-bypass
3232
name: Check Bypass
33-
uses: PFCCLab/ci-bypass@v1
33+
uses: PFCCLab/ci-bypass@v2
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
non-pull-request-event-strategy: 'never-skipped'

0 commit comments

Comments
 (0)