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 d9fdb29 commit 82b9428Copy full SHA for 82b9428
.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" ]; then
63
- FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.."
+ FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.." --repo ${{ github.event.repository.name }}
64
python3 scripts/set_assignees.py $FLAGS
65
cp -f manifest_areas.json ./pr/
66
elif [ "${{ github.event_name }}" = "issues" ]; then
0 commit comments