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 4543f6c commit 830d198Copy full SHA for 830d198
.github/workflows/assigner.yml
@@ -66,7 +66,7 @@ jobs:
66
if [ "${{ github.base_ref }}" != "main" ]; then
67
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-maintainer-file pr_MAINTAINERS.yml"
68
else
69
- FLAGS+=" -P ${{ github.event.pull_request.number }}
+ FLAGS+=" -P ${{ github.event.pull_request.number }}"
70
fi
71
elif [ "${{ github.event_name }}" = "issues" ]; then
72
FLAGS+=" -I ${{ github.event.issue.number }}"
0 commit comments