Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed May 18, 2021
1 parent 1997904 commit 109c816
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-close-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 自动关闭不规范PR

name: Autocloser
on: pull_request_target
jobs:
autoclose:
runs-on: ubuntu-latest
if: github.repository == 'RayWangQvQ/BiliBiliTool.Docs'
steps:
- uses: roots/issue-closer@v1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-close-message: "This PR was automatically closed because it did not follow the PR template."
pr-pattern: ".*请问您是否明白:【yes】 -->.*"

0 comments on commit 109c816

Please sign in to comment.