Files
cody-crm/.github/workflows/create-pr-from-push.yml
wangziqi 72e2110987
Some checks failed
Synchronize to Gitee / repo-sync (push) Has been cancelled
Typos Checking / Spell Check with Typos (push) Has been cancelled
chore: initial commit
2026-06-23 11:56:23 +08:00

18 lines
321 B
YAML

on:
push:
branches:
- 'pr@**'
- 'repr@**'
name: Auto Create PR
jobs:
generic_handler:
name: Auto Create PR
runs-on: ubuntu-latest
steps:
- name: Create pull request
uses: jumpserver/action-generic-handler@master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}