[Github Actions] PR Update not working
What happened:
You can see it fail here: https://github.com/googleforgames/agones/actions/runs/14764170277
What you expected to happen:
It should update an approved PR.
How to reproduce it (as minimally and precisely as possible):
Merge a PR.
Anything else we need to know?:
I would check the GitHub Access Token that the Agones Bot provides has expired. I'm wondering if it has and needs to be updated.
Looking at the workflow, it only runs after a pull request has been approved, so it doesn't seem like there's much automation gained from this workflow. Do you think it's worth keeping the workflow?
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '
It is nice for contributors to have, as their work is allowed to automatically run through CI -- especially true when there is multiple items approved and in the merge queue.