Skip to content

Commit cf7052a

Browse files
authored
Merge branch 'user/venky/auto-assign-pr-test' into test-fork
Signed-off-by: Venky <[email protected]>
2 parents 53d1941 + 33dab6a commit cf7052a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-checklist.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,15 @@ jobs:
7272
7373
const hasThumbsUp = reactions.some(reaction => reaction.content === '+1');
7474
75-
// Update commit status
7675
await github.rest.repos.createCommitStatus({
7776
owner: context.repo.owner,
7877
repo: context.repo.repo,
7978
sha: pr.head.sha,
8079
state: hasThumbsUp ? 'success' : 'pending',
8180
context: 'PR Checklist',
8281
description: hasThumbsUp
83-
? 'Checklist acknowledged'
84-
: 'Please 👍 the checklist to acknowledge',
82+
? 'Checklist acknowledged'
83+
: 'Please acknowledge the checklist with thumbs up',
8584
target_url: checklistComment.html_url
8685
});
8786

0 commit comments

Comments
 (0)