File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : Assign PR to creator
22
3- # Due to GitHub token limitation, only able to assign org members not authors from forks.
4- # https://github.com/thomaseizinger/assign-pr-creator-action/issues/3
5-
63on :
7- pull_request :
4+ pull_request_target :
85 types : [opened]
96 branches-ignore :
107 - l10n_dev
118
9+ permissions :
10+ pull-requests : write
11+
1212jobs :
1313 automation :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Assign PR to creator
17- uses : thomaseizinger/assign-pr-creator-action@v1.0.0
17+ uses : toshimaru/auto-author-assign@v2.1.1
1818 with :
1919 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 pull_request :
77 types : [opened]
88
9+ permissions :
10+ pull-requests : write
11+
912jobs :
1013 automation :
1114 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments