diff --git a/.github/workflows/issue_content_check.yml b/.github/workflows/issue_content_check.yml index f63f3d56..032f8eb7 100644 --- a/.github/workflows/issue_content_check.yml +++ b/.github/workflows/issue_content_check.yml @@ -11,9 +11,9 @@ jobs: steps: - name: Add invalid label if: | - contains(github.event.issue.body, 'i.gkd.li/i/') == false && - contains(github.event.issue.body, '.zip') == false && - contains(github.event.issue.body, 'Uploading') == true && + (contains(github.event.issue.body, 'i.gkd.li/i/') == false && + contains(github.event.issue.body, '.zip') == false) || + contains(github.event.issue.body, 'Uploading') == true || contains(github.event.issue.body, 'i.gkd.li/snapshot/') == true uses: actions-cool/issues-helper@v3 with: