Skip to content

Commit

Permalink
Merge pull request #133 from na2na-p/develop
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
2na2-p[bot] authored Oct 31, 2022
2 parents fd8b769 + 3f1d879 commit 9deca49
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 9deca49

Please sign in to comment.