forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2726 from Azure/autogenerate
Merge Autogenerate
- Loading branch information
Showing
9 changed files
with
13,711 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Generate Schemas batch | ||
|
||
on: | ||
schedule: | ||
- cron: '0 1 * * 3' | ||
workflow_dispatch: | ||
inputs: | ||
api_specs_ref: | ||
|
@@ -202,9 +204,10 @@ jobs: | |
committer: GitHub <[email protected]> | ||
author: ${{ env.AUTHOR }} <${{ env.AUTHOR_EMAIL }}> | ||
signoff: false | ||
branch: ${{ env.AUTOGENERATE_BRANCH_NAME }}_ltst | ||
branch: main | ||
branch-suffix: short-commit-hash | ||
delete-branch: true | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
title: | | ||
Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }} | ||
body: | | ||
|
@@ -218,5 +221,5 @@ jobs: | |
Update Generated Schemas ${{ github.event.inputs.single_path && format('(single path: {0})', github.event.inputs.single_path) || '' }} | ||
Generate schemas for ${{ steps.get_swagger_gh_uri.outputs.gh_uri }} | ||
labels: ${{ env.AUTOGENERATE_BRANCH_NAME }} | ||
labels: automerge | ||
draft: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.