mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
feat(workflow): add job close-pr in pull.yml
This commit is contained in:
parent
146ea6812e
commit
db1d583a37
1
.github/workflows/pull.yml
vendored
1
.github/workflows/pull.yml
vendored
@ -3,6 +3,7 @@ on: [ pull_request ]
|
||||
jobs:
|
||||
# This workflow closes invalid PR
|
||||
close-pr:
|
||||
name: closepr
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user