1
0
mirror of synced 2026-01-17 03:01:38 -05:00

Update OpenAPI Descriptions (#20403)

* Update OpenAPI Descriptions

* update the add-and-commit action to latest version

* manually update decorated files

* fix: update allowed-actions

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
github-openapi-bot
2021-07-22 12:25:52 -04:00
committed by GitHub
parent 6164bd8c0e
commit fa99cdf2b4
21 changed files with 4167 additions and 4041 deletions

View File

@@ -34,5 +34,5 @@ export default [
'repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d',
'someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd',
'tjenkinson/gh-action-auto-merge-dependency-updates@4d7756c04d9d999c5968697a621b81c47f533d61',
'EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519',
'EndBug/add-and-commit@2bdc0a61a03738a1d1bda24d566ad0dbe3083d87',
]

View File

@@ -24,7 +24,7 @@ jobs:
run: script/i18n/homogenize-frontmatter.js
- name: Check in homogenized files
uses: EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519
uses: EndBug/add-and-commit@2bdc0a61a03738a1d1bda24d566ad0dbe3083d87
with:
# The arguments for the `git add` command
add: 'translations'

View File

@@ -34,7 +34,7 @@ jobs:
run: script/rest/update-files.js --decorate-only
- name: Check in the decorated files
uses: EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519
uses: EndBug/add-and-commit@2bdc0a61a03738a1d1bda24d566ad0dbe3083d87
with:
# The arguments for the `git add` command
add: 'lib/rest/static/decorated'