Skip to content

Commit

Permalink
Update pr_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kunjgit authored May 22, 2024
1 parent 3eeb8ee commit e2c9831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
owner: repoOwner,
repo: repoName,
issue_number: prNumber,
labels: ['changes requested', 'pending']
labels: ['Changes Requested ⚒️', 'Pending ⏱️']
});
console.log(`Commented on pull request #${prNumber} with required changes.`);
Expand Down

0 comments on commit e2c9831

Please sign in to comment.