mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-11 17:50:25 +00:00
feat(workflow): add job close-pr in pull.yml
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user