File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
99
1010jobs :
1111 sync :
12- name : " Update: Update Feature Flags "
12+ name : " Follow Merge: Sync Upstream PRs "
1313 if : github.event.client_payload.slash_command.args.unnamed.arg1 == 'sync'
1414 uses : ./.github/workflows/follow-merge-upstream-repo-sync-v2.yml
1515 with :
Original file line number Diff line number Diff line change @@ -129,13 +129,12 @@ jobs:
129129 upstream_prs_urls : " ${{ steps.upstream-prs.outputs.upstream_prs_urls }}"
130130
131131 - name : Add PR Assignees
132- if : steps.upstream-prs.outputs.assignees
133132 uses : ./.github/actions-hub/actions/github-add-pull-request-assignees
134133 continue-on-error : true
135134 with :
136135 github_token : ${{ secrets.GIT_PAT }}
137136 pullrequest_number : " ${{ steps.get-pr.outputs.number }}"
138- assignees : " ${{ steps.upstream-prs.outputs.assignees }}"
137+ assignees : " ${{ steps.upstream-prs.outputs.assignees }},${{ github.event.client_payload.github.actor }} "
139138
140139 - name : Add PR state Labels
141140 if : steps.upstream-prs.outputs.status == 'stale'
You can’t perform that action at this time.
0 commit comments