Skip to content

Commit 50c9afb

Browse files
committed
add-member workflow to trigger on issue-open
1 parent 26f5a72 commit 50c9afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_member.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Get username to add
3333
id: get_username
3434
run:
35-
python -c "print('USERNAME='+'✋ [MEMBER] - <your handle>'.split(' - ')[1])" >> $GITHUB_ENV
35+
python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV
3636

3737
- name: Initialize mandatory git config
3838
run: |

0 commit comments

Comments
 (0)