Skip to content

Commit

Permalink
Update contribution-accepted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Oct 20, 2023
1 parent a582226 commit d2433c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contribution-accepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
console.log('what is our comments array', commentsArray)
if (labelArray.includes('proposal: accepted') && labelArray.includes('needs: community contribution')) && !commentsArray.includes('👋 Thanks for reporting!')) {
if (labelArray.includes('proposal: accepted') && labelArray.includes('needs: community contribution') && !commentsArray.includes('👋 Thanks for reporting!')) {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit d2433c9

Please sign in to comment.