mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2026-02-19 08:32:40 +08:00
🔥 移除樣板
This commit is contained in:
18
.github/workflows/autoclose.yml
vendored
18
.github/workflows/autoclose.yml
vendored
@@ -1,18 +0,0 @@
|
||||
name: autocloseissue
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
auto_close_issues:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Automatically close issues that don't follow the issue template
|
||||
uses: lucasbento/auto-close-issues@v1.0.2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-close-message: "@${{ github.event.issue.user.login }}: 嗨 :wave:\n\n這個 issue 似乎沒有使用 issue 樣板提出,因此被我自動關閉了。"
|
||||
closed-issues-label: "🙁 未依照樣板提出"
|
||||
Reference in New Issue
Block a user