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 68656a9 commit 85e813dCopy full SHA for 85e813d
.github/workflows/triage_closed_issue_comment.yml
@@ -26,9 +26,10 @@ jobs:
26
PROJECT_NUMBER: 9
27
ISSUE_NUMBER: ${{ github.event.issue.number }}
28
if: |
29
- github.event.sender.login != 'cypress-bot[bot]' &&
30
env.COMMENT_ADDED_AFTER_CLOSE == '1' &&
31
- github.event.sender.login != 'github-actions[bot]'
+ github.event.sender.login != 'cypress-bot[bot]' &&
+ github.event.sender.login != 'github-actions[bot]' &&
32
+ github.event.issue.pull_request == null
33
run: |
34
gh api graphql -f query='
35
query($org: String!, $repo: String!, $project: Int!, $issue: Int!) {
0 commit comments