Skip to content

Commit

Permalink
ci: PLT-606: Replace FM reviewers with assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Dec 25, 2024
1 parent 5eb3c26 commit 69b21a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/follow-merge-upstream-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,14 @@ jobs:
This PR was automaticaly generated via Follow Merge.
Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.
- name: Add PR Reviewers
uses: ./.github/actions-hub/actions/github-add-pull-request-reviewers
- name: Add PR Assignees
if: steps.fm.outputs.assignees
uses: ./.github/actions-hub/actions/github-add-pull-request-assignees
continue-on-error: true
with:
github_token: ${{ secrets.GIT_PAT }}
pullrequest_number: "${{ steps.get-pr.outputs.number }}"
reviewers: "${{ steps.fm.outputs.actor }}"
assignees: "${{ steps.fm.outputs.assignees }}"

- name: Link PR
uses: ./.github/actions-hub/actions/github-link-upstream-pull-request
Expand Down

0 comments on commit 69b21a5

Please sign in to comment.