### 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 ```yaml permissions: pull_request: write ``` to the [workflow](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/.github/workflows/approved-label.yml) further [reading](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token)