We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32bf26 commit 06c27c1Copy full SHA for 06c27c1
.github/workflows/assigner.yml
@@ -60,7 +60,7 @@ jobs:
60
FLAGS+=" -r ${{ github.event.repository.name }}"
61
FLAGS+=" -M MAINTAINERS.yml"
62
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
63
- FLAGS+=" -P ${{ github.event.pull_request.number }} --old-manifest pr_west.yml"
+ FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml"
64
python3 scripts/set_assignees.py $FLAGS
65
cp -f manifest_areas.json ./pr/
66
elif [ "${{ github.event_name }}" = "issues" ]; then
0 commit comments