Merge remote-tracking branch 'origin' into dev
This commit is contained in:
commit
2e679dce73
13
.github/workflows/auto-pr.yml
vendored
Normal file
13
.github/workflows/auto-pr.yml
vendored
Normal 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 }}
|
||||
Loading…
Reference in New Issue
Block a user