mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 07:18:24 +08:00
fix: Issue Content Check
This commit is contained in:
6
.github/workflows/issue_content_check.yml
vendored
6
.github/workflows/issue_content_check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user