Fix wrong unreleased bug tag (#39157)

Sorry @noahtalerman
This commit is contained in:
Ian Littman 2026-02-02 11:16:54 -06:00 committed by GitHub
parent 082b88bfbc
commit cb16203c4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
labels: ['~unreleased-bug']
labels: ['~unreleased bug']
});
// Post a comment explaining the action