GITHUB_TOKEN premission in workflow changes to read after setting it to write
I am trying to write a workflow that will automaticlly merge pull-requests to a public repository on github.
Here is the workflow:
Is it possible to update PR label, after N number of approves in Github actions?
I want to automate logic of labels in my repo.
I tried to use https://github.com/actions/labeler, but it’s only handle label regarding to file routes/branch names.