We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679a2cd + a0aac65 commit 4eac01eCopy full SHA for 4eac01e
1 file changed
.github/workflows/self-assign-reusable.yml
@@ -65,9 +65,8 @@ jobs:
65
${{ github.event.issue != null
66
&& startsWith(github.event.comment.body, inputs.trigger) }}
67
uses: bdougie/take-action@main
68
- env:
69
- GITHUB_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}
70
with:
+ token: ${{ secrets.ISSUE_ASSIGN_TOKEN }}
71
message: ${{ inputs.message }}
72
blockingLabels: ${{ inputs.blockingLabels }}
73
blockingLabelsMessage: 'This issue is currently unavailable. Please choose another issue.'
0 commit comments