Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Oct 31, 2022
1 parent 238e5cd commit 3f1d879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
approve:
runs-on: ubuntu-latest
timeout-minutes: 1
if: ${{ github.event.label.name == 'Bypass approve' }}
if: >-
${{
github.event.label.name == 'Bypass approve' &&
github.event.pull_request.user.login == 'na2na-p'
}}
env:
NUMBER: ${{ github.event.number }}

Expand Down

0 comments on commit 3f1d879

Please sign in to comment.