We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af08baa commit 2e660deCopy full SHA for 2e660de
.github/workflows/trademark-cla-approval.yml
@@ -232,10 +232,10 @@ jobs:
232
comment.body.includes('Trademark addendum agreement confirmed ✅')
233
);
234
235
+ const method = isCommentApproval ? 'Self-signed agreement' :
236
+ (context.eventName === 'workflow_dispatch' ? 'Manual approval' : 'Label approval');
237
+
238
if (!confirmationExists) {
- const method = isCommentApproval ? 'Self-signed agreement' :
- (context.eventName === 'workflow_dispatch' ? 'Manual approval' : 'Label approval');
-
239
await github.rest.issues.createComment({
240
owner: context.repo.owner,
241
repo: context.repo.repo,
0 commit comments