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 d1d06c6 commit 79aa7d9Copy full SHA for 79aa7d9
.github/workflows/process-submission.yml
@@ -21,6 +21,8 @@ jobs:
21
github.event_name == 'workflow_dispatch' ||
22
(github.event_name == 'issue_comment' &&
23
github.event.issue.pull_request == null &&
24
+ github.event.sender.login != 'github-actions[bot]' &&
25
+ github.event.sender.login != 'github-actions' &&
26
contains(github.event.comment.body, '/process')) ||
27
(github.event_name == 'issues' && github.event.label.name == 'approved')
28
runs-on: ubuntu-latest
0 commit comments