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 cf22f6f commit 2dd6435Copy full SHA for 2dd6435
.github/workflows/assigner.yml
@@ -63,7 +63,7 @@ jobs:
63
FLAGS+=" -r ${{ github.event.repository.name }}"
64
FLAGS+=" -M MAINTAINERS.yml"
65
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
66
- FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-mantainer-file pr_MAINTAINERS.yml"
+ FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-maintainer-file pr_MAINTAINERS.yml"
67
elif [ "${{ github.event_name }}" = "issues" ]; then
68
FLAGS+=" -I ${{ github.event.issue.number }}"
69
elif [ "${{ github.event_name }}" = "schedule" ]; then
0 commit comments