File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2323 - stable
2424
2525jobs :
26- create-prs-for-repositories :
26+ python-webclient-pr :
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Create PR for Python WebClient Repo
3030 continue-on-error : true
3131 run : gh pr create --base ${{ inputs.target_branch }} --head ${{ inputs.source_branch }} --title '[GitHub Actions] Merge ${{ inputs.source_branch }} -> ${{ inputs.target_branch }}' --label OpenAPI --body 'Autogenerated Pull Request triggered by Github Actions in OpenAPI repository' --repo regulaforensics/DocumentReader-web-python-client
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
34+ java-webclient-pr :
35+ runs-on : ubuntu-latest
36+ steps :
3437 - name : Create PR for Java WebClient Repo
3538 continue-on-error : true
3639 run : gh pr create --base ${{ inputs.target_branch }} --head ${{ inputs.source_branch }} --title '[GitHub Actions] Merge ${{ inputs.source_branch }} -> ${{ inputs.target_branch }}' --label OpenAPI --body 'Autogenerated Pull Request triggered by Github Actions in OpenAPI repository' --repo regulaforensics/DocumentReader-web-java-client
3740 env :
3841 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
42+ js-webclient-pr :
43+ runs-on : ubuntu-latest
44+ steps :
3945 - name : Create PR for JS WebClient Repo
4046 continue-on-error : true
4147 run : gh pr create --base ${{ inputs.target_branch }} --head ${{ inputs.source_branch }} --title '[GitHub Actions] Merge ${{ inputs.source_branch }} -> ${{ inputs.target_branch }}' --label OpenAPI --body 'Autogenerated Pull Request triggered by Github Actions in OpenAPI repository' --repo regulaforensics/DocumentReader-web-js-client
4248 env :
4349 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
50+ csharp-webclient-pr :
51+ runs-on : ubuntu-latest
52+ steps :
4453 - name : Create PR for CSharp WebClient Repo
4554 continue-on-error : true
4655 run : gh pr create --base ${{ inputs.target_branch }} --head ${{ inputs.source_branch }} --title '[GitHub Actions] Merge ${{ inputs.source_branch }} -> ${{ inputs.target_branch }}' --label OpenAPI --body 'Autogenerated Pull Request triggered by Github Actions in OpenAPI repository' --repo regulaforensics/DocumentReader-web-csharp-client
4756 env :
4857 GITHUB_TOKEN : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
58+ openapi-pr :
59+ runs-on : ubuntu-latest
60+ steps :
4961 - name : Create PR for OpenAPI Repo
5062 continue-on-error : true
5163 run : gh pr create --base ${{ inputs.target_branch }} --head ${{ inputs.source_branch }} --title '[GitHub Actions] Merge ${{ inputs.source_branch }} -> ${{ inputs.target_branch }}' --label OpenAPI --body 'Autogenerated Pull Request triggered by Github Actions in OpenAPI repository' --repo regulaforensics/DocumentReader-web-openapi
You can’t perform that action at this time.
0 commit comments