Skip to content

Commit f28206e

Browse files
committed
fix
Signed-off-by: Anas Nashif <[email protected]>
1 parent a32bf26 commit f28206e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/assigner.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)