C-Plus-Plus
C-Plus-Plus copied to clipboard
[BUG] Approved label CI does not add approved label to pull requests.
Description
As the title suggests the approved label CI does not add approved label to the pull requests
Expected behavior
add an approved label when the pull request is approved
Actual behavior
403 unable to access resource
Steps to reproduce
No response
Context
hard to distinguish which prs are approved.
Additional information
Its a really simple fix, easy as adding
permissions:
pull_request: write
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
please assign me this issue
please assign me this issue
How are you going to fix this issue? From my research it looks unsolvable via actions and I'm currently in the process of making a GitHub bot
Hi, I'd like to work on this issue. Please assign it to me.
Update: The GitHub action we use does not exist any more. Thus, I have resorted to creating a new label-when-approved-action
fixed by #3016