fix: 修复【应用编排】应用编排中引用函数,函数被禁用后应用里还可以正常执行 #246
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |