Skip to content

Commit

Permalink
feat(ci): Let PRs with label 'codebase' have branch 'yaml' as prtarget
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <[email protected]>
  • Loading branch information
macinsight committed Nov 27, 2023
1 parent 8bdab1a commit 3ee0b2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ branches:
name: develop
prTarget: release
skipBranch: true
# Let PRs labelled "codebase" have branch "yaml" as prTarget and `develop` as source
- label: codebase
name: develop
prTarget: yaml
# Open a Draft PR on issue creation
openDraftPR: true
# Skip CI workflows on empty commits on PR creation (This "Feature" is a GH requirement)
Expand Down

0 comments on commit 3ee0b2a

Please sign in to comment.