TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.8k stars 7.28k forks source link

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

Open realstealthninja opened 2 months ago

realstealthninja commented 2 months ago

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

github-actions[bot] commented 1 month ago

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.

iamkaniska commented 2 weeks ago

please assign me this issue

realstealthninja commented 2 weeks ago

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