File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11name : Generate Schemas batch
22
33on :
4+ schedule :
5+ - cron : ' 0 1 * * 3'
46 workflow_dispatch :
57 inputs :
68 api_specs_ref :
@@ -202,9 +204,10 @@ jobs:
202204 committer : GitHub <noreply@github.com>
203205 author : ${{ env.AUTHOR }} <${{ env.AUTHOR_EMAIL }}>
204206 signoff : false
205- branch : ${{ env.AUTOGENERATE_BRANCH_NAME }}_ltst
207+ branch : main
206208 branch-suffix : short-commit-hash
207209 delete-branch : true
210+ token : ${{ secrets.GITHUB_TOKEN }}
208211 title : |
209212 Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }}
210213 body : |
@@ -218,5 +221,5 @@ jobs:
218221 Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }}
219222
220223 Generate schemas for ${{ steps.get_swagger_gh_uri.outputs.gh_uri }}
221- labels : ${{ env.AUTOGENERATE_BRANCH_NAME }}
224+ labels : automerge
222225 draft : false
You can’t perform that action at this time.
0 commit comments