mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +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:
|
jobs:
|
||||||
# This workflow closes invalid PR
|
# This workflow closes invalid PR
|
||||||
close-pr:
|
close-pr:
|
||||||
|
name: closepr
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user