Skip to content

Commit

Permalink
Merge pull request #34051 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jul 23, 2024
2 parents 01b4a0d + 5c51db6 commit 2ca4c2f
Show file tree
Hide file tree
Showing 16 changed files with 1,309 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion src/ghes-releases/scripts/create-enterprise-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function createReleaseIssue() {
// If an issue already exists for this release, do nothing
if (
await isExistingIssue(repo, {
labels: ['new-release', `GHES ${releaseNumber}`],
labels: ['ghes-release-automation', `GHES ${releaseNumber}`],
})
) {
return
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
}
326 changes: 164 additions & 162 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

370 changes: 186 additions & 184 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

296 changes: 148 additions & 148 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json

Large diffs are not rendered by default.

296 changes: 148 additions & 148 deletions src/rest/data/ghes-3.11-2022-11-28/schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2ca4c2f

Please sign in to comment.