7373
7474 - name : Create pull request - bugfix (conditional)
7575 if : startsWith(github.ref, 'refs/heads/bugfix')
76- uses :
devops-infra/[email protected] .1 76+ uses :
devops-infra/[email protected] .2 7777 with :
7878 github_token : ${{ secrets.GITHUB_TOKEN }}
7979 assignee : ${{ github.actor }}
8383
8484 - name : Create pull request - dependency (conditional)
8585 if : startsWith(github.ref, 'refs/heads/dependency')
86- uses :
devops-infra/[email protected] .1 86+ uses :
devops-infra/[email protected] .2 8787 with :
8888 github_token : ${{ secrets.GITHUB_TOKEN }}
8989 assignee : ${{ github.actor }}
9393
9494 - name : Create pull request - documentation (conditional)
9595 if : startsWith(github.ref, 'refs/heads/documentation')
96- uses :
devops-infra/[email protected] .1 96+ uses :
devops-infra/[email protected] .2 9797 with :
9898 github_token : ${{ secrets.GITHUB_TOKEN }}
9999 assignee : ${{ github.actor }}
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Create pull request - feature (conditional)
105105 if : startsWith(github.ref, 'refs/heads/feature')
106- uses :
devops-infra/[email protected] .1 106+ uses :
devops-infra/[email protected] .2 107107 with :
108108 github_token : ${{ secrets.GITHUB_TOKEN }}
109109 assignee : ${{ github.actor }}
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Create pull request - test (conditional)
115115 if : startsWith(github.ref, 'refs/heads/test')
116- uses :
devops-infra/[email protected] .1 116+ uses :
devops-infra/[email protected] .2 117117 with :
118118 github_token : ${{ secrets.GITHUB_TOKEN }}
119119 assignee : ${{ github.actor }}
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Create pull request - other (conditional)
127127 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')"
128- uses :
devops-infra/[email protected] .1 128+ uses :
devops-infra/[email protected] .2 129129 with :
130130 github_token : ${{ secrets.GITHUB_TOKEN }}
131131 assignee : ${{ github.actor }}
0 commit comments