You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-cleanup.yml
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,20 @@ jobs:
65
65
if: env.FILES_CHANGED == 'true'
66
66
with:
67
67
token: ${{ secrets.api_bot_pat }}
68
-
title: "APIBot: Release Cleanup"
68
+
title: "APIx-Bot: Release Cleanup 🧹🍃"
69
69
commit-message: "release cleanup"
70
70
delete-branch: true
71
71
branch: release-cleanup-${{ github.run_id }}
72
-
body: |
73
-
> NOTE: This PR is autogenerated.
74
-
> DO NOT MERGE THE PR IF YOU ARE UNSURE ABOUT THE CHANGE.
75
-
76
-
# Description
77
-
This PR deletes files related to an "Upcoming" api that has been released to a "Stable" API.
78
-
79
-
## Why?
80
-
The MongoDB Admin API renders OpenAPI specifications and changelog files from this repository.
81
-
Since this API version is now “Stable,” the files corresponding to its previous “Upcoming” state are obsolete.
82
-
Deleting these files prevents the Admin API from inadvertently displaying outdated or irrelevant information from these older specifications and changelogs.
72
+
add-paths: |
73
+
openapi/v2/*
74
+
body: |
75
+
> NOTE: This PR is autogenerated.
76
+
> DO NOT MERGE THE PR IF YOU ARE UNSURE ABOUT THE CHANGE.
77
+
78
+
# Description
79
+
This PR deletes files related to an `Upcoming` api that has been released to a `Stable` API.
80
+
81
+
## Why?
82
+
The MongoDB Admin API renders OpenAPI specifications and changelog files from this repository.
83
+
Since this API version is now `Stable`, the files corresponding to its previous `Upcoming` state are obsolete.
84
+
Deleting these files prevents the Admin API from inadvertently displaying outdated or irrelevant information from these older specifications and changelogs.
0 commit comments