Create auto-pr.yml

This commit is contained in:
fit2cloudrd 2021-06-28 14:21:45 +08:00 committed by GitHub
parent cf888b14eb
commit 1c7e097808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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