Skip to content

Commit 2dd6435

Browse files
committed
fix typo
Signed-off-by: Anas Nashif <[email protected]>
1 parent cf22f6f commit 2dd6435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
FLAGS+=" -r ${{ github.event.repository.name }}"
6464
FLAGS+=" -M MAINTAINERS.yml"
6565
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"
66+
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-maintainer-file pr_MAINTAINERS.yml"
6767
elif [ "${{ github.event_name }}" = "issues" ]; then
6868
FLAGS+=" -I ${{ github.event.issue.number }}"
6969
elif [ "${{ github.event_name }}" = "schedule" ]; then

0 commit comments

Comments
 (0)