build: 增加自动PR的action

This commit is contained in:
BugKing 2021-04-01 09:29:58 +08:00
parent 94c28a3b16
commit f6c7cde99a
1 changed files with 13 additions and 0 deletions

13
.github/workflows/auto-pr.yml vendored Normal file
View File

@ -0,0 +1,13 @@
on: [push, pull_request, release]
name: MeterSphere pull request handler
jobs:
generic_handler:
name: Generic handler for MeterSphere Repos
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: jumpserver/action-generic-handler@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}