Skip to content

Commit

Permalink
ci: fix ecosystem-ci-trigger user permission check (#18926)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Dec 10, 2024
1 parent b53479e commit a95a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
console.warn(e)
}
if (allowed) {
if (hasTriagePermission) {
console.log('User is allowed. Adding +1 reaction.')
await github.rest.reactions.createForIssueComment({
owner: context.repo.owner,
Expand Down

0 comments on commit a95a8f0

Please sign in to comment.