Skip to content

Commit

Permalink
Merge pull request #1376 from WordPress/zzap-patch-1
Browse files Browse the repository at this point in the history
Update actions-when-commented.yml
  • Loading branch information
zzap committed Nov 20, 2023
2 parents b3ea6fa + 6e8686b commit 31612f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions-when-commented.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,6 +72,6 @@ jobs:
assigned_label: 'self-assigned'
assigned_comment: "Hey @{{ comment.user.login }}, thanks for your interest in this issue! 🍪🍪🍪<br>If you have any questions, do not hesitate to ask them in our <a href='https://wordpress.slack.com/archives/C02RP4WU5'>#docs</a> Slack channel.<br>Enjoy and happy contributing ❤️"
already_assigned_comment: "Hey @{{ comment.user.login }}, this issue is already assigned to @{{ assignee.login }}.<br>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.<br>"
pin_label: '[Status] In progress'
pin_label: ''
days_until_unassign: 0

0 comments on commit 31612f9

Please sign in to comment.