Skip to content

Commit ae62d7e

Browse files
ci: PLT-781: Add Assignee on fm sync
1 parent bbf2aea commit ae62d7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/fm-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
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:

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)