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 ac8920b commit 6b4a6a5
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 @@ -56,7 +56,7 @@ jobs:
console.log('seconds', differenceInSeconds)
if (labelArray.includes('proposal: accepted') && labelArray.includes('needs: community contribution') && !commentsArray.includes(commentText)) {
setTimeOut(() => {
setTimeout(() => {
if(!commentsArray.includes(commentText)) {
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit 6b4a6a5

Please sign in to comment.