mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +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:
|
steps:
|
||||||
- name: Add invalid label
|
- name: Add invalid label
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.issue.body, 'i.gkd.li/i/') == false &&
|
(contains(github.event.issue.body, 'i.gkd.li/i/') == false &&
|
||||||
contains(github.event.issue.body, '.zip') == false &&
|
contains(github.event.issue.body, '.zip') == false) ||
|
||||||
contains(github.event.issue.body, 'Uploading') == true &&
|
contains(github.event.issue.body, 'Uploading') == true ||
|
||||||
contains(github.event.issue.body, 'i.gkd.li/snapshot/') == true
|
contains(github.event.issue.body, 'i.gkd.li/snapshot/') == true
|
||||||
uses: actions-cool/issues-helper@v3
|
uses: actions-cool/issues-helper@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user