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 1
1
name : Generate Schemas batch
2
2
3
3
on :
4
+ schedule :
5
+ - cron : ' 0 1 * * 3'
4
6
workflow_dispatch :
5
7
inputs :
6
8
api_specs_ref :
@@ -202,9 +204,10 @@ jobs:
202
204
committer :
GitHub <[email protected] >
203
205
author : ${{ env.AUTHOR }} <${{ env.AUTHOR_EMAIL }}>
204
206
signoff : false
205
- branch : ${{ env.AUTOGENERATE_BRANCH_NAME }}_ltst
207
+ branch : main
206
208
branch-suffix : short-commit-hash
207
209
delete-branch : true
210
+ token : ${{ secrets.GITHUB_TOKEN }}
208
211
title : |
209
212
Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }}
210
213
body : |
@@ -218,5 +221,5 @@ jobs:
218
221
Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }}
219
222
220
223
Generate schemas for ${{ steps.get_swagger_gh_uri.outputs.gh_uri }}
221
- labels : ${{ env.AUTOGENERATE_BRANCH_NAME }}
224
+ labels : automerge
222
225
draft : false
You can’t perform that action at this time.
0 commit comments