From 17b669d89178f8f73855d93e361ef625a33bef79 Mon Sep 17 00:00:00 2001 From: AnJia Date: Thu, 8 Sep 2022 11:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9issues=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcr.io_mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index b453fec..4afa380 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -2,7 +2,7 @@ name: gcr.io_mirror on: issues: - types: [opened] + types: [opened, edited] label: types: [created] workflow_dispatch: @@ -35,5 +35,5 @@ jobs: uses: lucasbento/auto-close-issues@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "@${issue.user.login}: 不是说了别瞎搞嘛! :wave:\n\n让对于不按照 issues 模板来的一律自动关闭issues." - closed-issues-label: "🙁 Not following issue template" # optional property \ No newline at end of file + issue-close-message: "@${issue.user.login}: 不是说了别瞎搞嘛! :wave: 对于不按照 issues 模板来的一律自动关闭issues." + closed-issues-label: "不按照模板提的Issues" # optional property \ No newline at end of file