mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +00:00
chore: Update auto assign pr gh command (#761)
* Create workflow for automatic assignment of a PR to its creator Create workflow for automatic assignment of a PR to its creator. * fix add assignee flag * update gh command
This commit is contained in:
parent
3254d28968
commit
a84701abaa
2
.github/workflows/auto_assign_pr.yml
vendored
2
.github/workflows/auto_assign_pr.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: Assign PR to author
|
||||
run: |
|
||||
gh pr update ${{ github.event.pull_request.number }} --add-assignee "${{ github.event.pull_request.user.login }}"
|
||||
gh pr edit ${{ github.event.pull_request.number }} --add-assignee "${{ github.event.pull_request.user.login }}"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user