We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f84cdba + 2e8666c commit 80a3b8dCopy full SHA for 80a3b8d
.github/workflows/BuildTest.yaml
@@ -113,7 +113,7 @@ jobs:
113
needs: build
114
steps:
115
- name: merge PR
116
- if : ${{ github.event_name == 'pull_request' }} && ${{ github.actor != 'wam-v-tan' }}
+ if : ${{ (github.event_name == 'pull_request') && (github.actor == 'wam-v-tan') }}
117
env:
118
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119
run: gh pr merge ${{ github.event.pull_request.html_url }} --merge
0 commit comments