Skip to content

Commit ef1008f

Browse files
authored
Update pr_auto_merge.yml
1 parent 1a92c6a commit ef1008f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_auto_merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Run step if actor is user_a, user_b, or user_c
14+
if: github.actor == 'NadeemYaseen' || github.actor == 'user_b' || github.actor == 'user_c'
15+
run: echo "Hello, the workflow was triggered by ${{ github.actor }}!
1316
- name: Try auto approve
1417
run: |
1518
urls=$(gh pr list --json url | jq -r '.[].url')

0 commit comments

Comments
 (0)