mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
18 lines
348 B
YAML
18 lines
348 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- 'pr@**'
|
|
- 'repr@**'
|
|
|
|
name: 针对特定分支名自动创建 PR
|
|
|
|
jobs:
|
|
generic_handler:
|
|
name: 自动创建 PR
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Create pull request
|
|
uses: jumpserver/action-generic-handler@master
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|