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:
53
53
54
54
- name : Run assignment script
55
55
env :
56
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
+ GITHUB_TOKEN : ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
57
57
run : |
58
58
FLAGS="-v"
59
59
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
60
60
FLAGS+=" -r ${{ github.event.repository.name }}"
61
61
FLAGS+=" -M MAINTAINERS.yml"
62
62
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"
64
64
python3 scripts/set_assignees.py $FLAGS
65
- cp -f manifest_areas.json ./pr/
66
65
elif [ "${{ github.event_name }}" = "issues" ]; then
67
66
FLAGS+=" -I ${{ github.event.issue.number }}"
68
67
python3 scripts/set_assignees.py $FLAGS
You can’t perform that action at this time.
0 commit comments