C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

[BUG] Approved label CI does not add approved label to pull requests.

Open realstealthninja opened this issue 1 year ago • 4 comments

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

to the workflow further reading

realstealthninja avatar Sep 01 '24 04:09 realstealthninja