Skip to content

Commit

Permalink
Update engineering GHES deperecation steps (github#22391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascosti authored Oct 25, 2021
1 parent 78d71e3 commit bf9963f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bf9963f

Please sign in to comment.