Skip to content

Commit

Permalink
help wanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored Jul 8, 2023
1 parent d757628 commit b13d9bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/project_management_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'help-wanted'
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
permissions:
issues: write
Expand All @@ -16,4 +16,5 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
This issue is available for anyone to work on. **Make sure to reference this issue in your pull request.** :sparkles: Thank you for your contribution! :sparkles:
This issue is available for anyone to work on. **Make sure to reference this issue in your pull request.**
:sparkles: Thank you for your contribution! :sparkles:
1 change: 1 addition & 0 deletions .github/workflows/project_management_issue_open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- reopened
- opened
pull_request:
types:
- reopened
- opened
jobs:
Expand Down

0 comments on commit b13d9bd

Please sign in to comment.