Skip to content

Commit

Permalink
Update label used for GHES release automation (#51750)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Jul 22, 2024
1 parent 505063d commit 5c51db6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5c51db6

Please sign in to comment.