File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,15 @@ jobs:
5353
5454 - name : Run assignment script
5555 env :
56- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56+ GITHUB_TOKEN : ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
5757 run : |
5858 FLAGS="-v"
5959 FLAGS+=" -o ${{ github.event.repository.owner.login }}"
6060 FLAGS+=" -r ${{ github.event.repository.name }}"
6161 FLAGS+=" -M MAINTAINERS.yml"
6262 if [ "${{ github.event_name }}" = "pull_request_target" ]; then
63- FLAGS+=" -P ${{ github.event.pull_request.number }} --old -manifest pr_west.yml"
63+ FLAGS+=" -P ${{ github.event.pull_request.number }} --updated -manifest pr_west.yml"
6464 python3 scripts/set_assignees.py $FLAGS
65- cp -f manifest_areas.json ./pr/
6665 elif [ "${{ github.event_name }}" = "issues" ]; then
6766 FLAGS+=" -I ${{ github.event.issue.number }}"
6867 python3 scripts/set_assignees.py $FLAGS
You can’t perform that action at this time.
0 commit comments