7474
7575 - name : Create pull request - bugfix (conditional)
7676 if : startsWith(github.ref, 'refs/heads/bugfix')
77- uses :
devops-infra/[email protected] .0 77+ uses :
devops-infra/[email protected] .1 7878 with :
7979 github_token : ${{ secrets.GITHUB_TOKEN }}
8080 assignee : ${{ github.actor }}
8484
8585 - name : Create pull request - dependency (conditional)
8686 if : startsWith(github.ref, 'refs/heads/dependency')
87- uses :
devops-infra/[email protected] .0 87+ uses :
devops-infra/[email protected] .1 8888 with :
8989 github_token : ${{ secrets.GITHUB_TOKEN }}
9090 assignee : ${{ github.actor }}
9494
9595 - name : Create pull request - documentation (conditional)
9696 if : startsWith(github.ref, 'refs/heads/documentation')
97- uses :
devops-infra/[email protected] .0 97+ uses :
devops-infra/[email protected] .1 9898 with :
9999 github_token : ${{ secrets.GITHUB_TOKEN }}
100100 assignee : ${{ github.actor }}
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Create pull request - feature (conditional)
106106 if : startsWith(github.ref, 'refs/heads/feature')
107- uses :
devops-infra/[email protected] .0 107+ uses :
devops-infra/[email protected] .1 108108 with :
109109 github_token : ${{ secrets.GITHUB_TOKEN }}
110110 assignee : ${{ github.actor }}
@@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Create pull request - test (conditional)
116116 if : startsWith(github.ref, 'refs/heads/test')
117- uses :
devops-infra/[email protected] .0 117+ uses :
devops-infra/[email protected] .1 118118 with :
119119 github_token : ${{ secrets.GITHUB_TOKEN }}
120120 assignee : ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Create pull request - other (conditional)
128128 if : " !startsWith(github.ref, 'refs/heads/bugfix') && !startsWith(github.ref, 'refs/heads/dependabot') && !startsWith(github.ref, 'refs/heads/dependency') && !startsWith(github.ref, 'refs/heads/documentation') && !startsWith(github.ref, 'refs/heads/feature') && !startsWith(github.ref, 'refs/heads/test')"
129- uses :
devops-infra/[email protected] .0 129+ uses :
devops-infra/[email protected] .1 130130 with :
131131 github_token : ${{ secrets.GITHUB_TOKEN }}
132132 assignee : ${{ github.actor }}
0 commit comments