1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Update engineering GHES deperecation steps (#22391)

This commit is contained in:
Lucas Costi
2021-10-26 05:36:04 +10:00
committed by GitHub
parent 78d71e30c9
commit bf9963f9da

View File

@@ -70,3 +70,8 @@ You may need to include the changes in step 6 to get tests to pass.
- [ ] Debug any test failures or unexpected results.
- [ ] When the PR is approved, merge it in to complete the deprecation. This can be merged independently from step 5.
## Step 7: Deprecate the OpenAPI description in `github/github`
- [ ] In `github/github`, edit the release's config file in `app/api/description/config/releases/`, and change `deprecated: false` to `deprecated: true`.
- [ ] Open a new PR, and get the required code owner approvals. A docs-content team member can approve it for the docs team.
- [ ] When the PR is approved, merge the `github/github` PR.