cookiecutter-hypermodern-python icon indicating copy to clipboard operation
cookiecutter-hypermodern-python copied to clipboard

Labeler action permissions

Open Georacer opened this issue 2 years ago • 1 comments

Hi Claudio!

Thanks a bunch for this awesome template!

I tried it out and I have an issue/question. I have uploaded a couple of commits (see here: https://github.com/Georacer/penbegone) and initially I was getting errors in the labeler action (e.g. https://github.com/Georacer/penbegone/actions/runs/2296993684, I hope you have access to it).

When I switched the Settings->Actions->General->Workflow Permissions->Read and Write Permissions (default was read only) then the action completed successfully.

I tried to dabble a bit with action permissions (see here: https://github.com/Georacer/penbegone/blob/master/.github/workflows/labeler.yml) but I haven't figured out if they can help on their own and which one.

I couldn't find anything in your extensive guide. Any help is welcome!

George

Georacer avatar May 10 '22 16:05 Georacer

Thanks for reporting this!

Possibly related: https://github.com/actions/labeler/issues/136

Edit: Note that this is a different action that is also named labeler.

cjolowicz avatar May 11 '22 10:05 cjolowicz