feat(workflow): add job close-pr in pull.yml

This commit is contained in:
源文雨 2023-09-20 19:56:42 +09:00
parent 146ea6812e
commit db1d583a37

View File

@ -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