Skip to content

Commit

Permalink
ci: fix syntax of auto-assign action
Browse files Browse the repository at this point in the history
Fixes: rook#14518

The previous attempt to fix the auto-assign action

has introduced an indentation error in the workflow yaml file.

This should finally fix it, hopefully.

Signed-off-by: Michael Adam <obnox@samba.org>
  • Loading branch information
obnoxxx committed Jul 31, 2024
1 parent 0d83cd5 commit 0d01341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
assign:
permissions:
# write permissions are needed to assign the issue.
issues: write
issues: write
name: Run self assign job
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0d01341

Please sign in to comment.