Skip to content

Commit 67aa3f8

Browse files
authored
Add ooooo-create to bypass members (#76551)
1 parent b5b576a commit 67aa3f8

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
@@ -18,7 +18,7 @@ runs:
1818
- id: check-bypass
1919
name: Check Bypass
2020
env:
21-
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1", "XieYunshen","luotao1"]'
21+
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1", "XieYunshen", "luotao1", "ooooo-create"]'
2222
uses: PFCCLab/ci-bypass@v2
2323
with:
2424
github-token: ${{ inputs.github-token }}

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: read
2222
env:
23-
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1" , "XieYunshen","luotao1"]'
23+
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1" , "XieYunshen", "luotao1", "ooooo-create"]'
2424
outputs:
2525
can-skip: ${{ steps.check-bypass.outputs.can-skip }}
2626
steps:

0 commit comments

Comments
 (0)