diff --git a/.github/workflows/actions-when-commented.yml b/.github/workflows/actions-when-commented.yml index 6f5c530..8021556 100644 --- a/.github/workflows/actions-when-commented.yml +++ b/.github/workflows/actions-when-commented.yml @@ -58,6 +58,7 @@ jobs: name: ["[Status] Done"] }) + # rather use this one: https://github.com/marketplace/actions/contributor-takes-action assign_issue: if: github.event_name == 'issue_comment' && contains(github.event.comment.body, '/assign') runs-on: ubuntu-latest @@ -71,6 +72,6 @@ jobs: assigned_label: 'self-assigned' assigned_comment: "Hey @{{ comment.user.login }}, thanks for your interest in this issue! 🍪🍪🍪
If you have any questions, do not hesitate to ask them in our #docs Slack channel.
Enjoy and happy contributing ❤️" already_assigned_comment: "Hey @{{ comment.user.login }}, this issue is already assigned to @{{ assignee.login }}.
A maintainer can also add you to the list of assignees or swap you with the current assignee. Or you can take a look at other unassigned issues we have.
" - pin_label: '[Status] In progress' + pin_label: '' days_until_unassign: 0