更新自动关闭PR工作流

This commit is contained in:
hect0x7 2024-01-11 00:32:33 +08:00
parent 7d8fb358b7
commit fc2f2a908d

View File

@ -1,7 +1,7 @@
name: Close Specific PR
on:
pull_request:
pull_request_target:
types: [opened, ]
# Note: If you use both the branches filter and the paths filter, the workflow will only run when both filters are satisfied.
branches:
@ -9,7 +9,7 @@ on:
paths:
- 'usage/workflow_download.py'
jobs:
close_pr:
close_specific_pr:
env:
comment: |
To prevent beginners from mistakenly submitting PRs,