intuit / auto

Generate releases based on semantic version labels on pull requests.
https://intuit.github.io/auto/
MIT License
2.28k stars 205 forks source link

[CI] Auto failed to release #2469

Closed sugarmanz closed 4 months ago

sugarmanz commented 4 months ago

Looks like Auto failed to release on the last two PRs merged (#2464 & #2467) due to a permissions issue trying to approve the protected branch PR. You can see the two workflow failures here: https://github.com/intuit/auto/actions/runs/9716186031/job/26819401457 https://github.com/intuit/auto/actions/runs/9966698946/job/27539434938

We'll likely need to update the token used for CI to enable PR approval permissions.

Screenshot for brevity: CleanShot 2024-07-17 at 00 44 50@2x

adierkens commented 4 months ago

GH token had expired. Rotated it and the releases are going now