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 11, 2023
1 parent f3cde7e commit 16cf7a2
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')) {
if (labelArray.includes('proposal: accepted') && labelArray.includes('needs: community contribution')) {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 16cf7a2

Please sign in to comment.