Skip to content

Commit

Permalink
changed the label name
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa committed Apr 13, 2023
1 parent f27f8a4 commit 5d99541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-reactions-on-pr-and-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
owner,
repo,
issue_number: issue.number,
labels: ['more than 5 reactions'],
labels: ['community-attention'],
});
}
}
Expand All @@ -49,7 +49,7 @@ jobs:
owner,
repo,
issue_number: pull.number,
labels: ['more than 5 reactions'],
labels: ['community-attention'],
});
}
}

0 comments on commit 5d99541

Please sign in to comment.