Peter Evans
Peter Evans
/pytest v2-beta -v -s src/test_common.py
/pytest v2-beta -v -s src/test_create_or_update_branch.py::test_coub_fetch_successful
/pytest v2-beta -v -s src/test_create_or_update_branch.py::test_coub_fetch_successful
Hi @avdhoot GitHub's REST API actually doesn't support applying labels at the same time as creating the pull request. You can see the documentation [here](https://docs.github.com/en/rest/reference/pulls#create-a-pull-request). Can you explain in further...
I see. Thank you for the explanation. I found an issue with this exact problem being discussed. https://github.com/integrations/slack/issues/1039 Unfortunately, it doesn't look like there is a good solution. This is...
Hi @laojala Unfortunately, I don't think there is anything I can do to resolve this from the action itself. It's a limitation of how GitHub's APIs work. There is no...
Hi @jrfnl Thank you for describing these in detail. For the behaviour outlined in point 1, I might be able to do something about that. Basically, I'm calling GitHub's API...
Hi @NickStees It looks like a file or directory permission issue, but I've not seen this before. I think it's unrelated to the action itself and probably something that would...
@orozcoadrian It sounds like a different issue to me. Please could you make a new issue and provide more details such as the exact workflow you are running and ideally...
@ougni It looks like a permissions issue with one or more of your repository directories. See this answer: https://stackoverflow.com/questions/11774397/git-push-error-unable-to-unlink-old-permission-denied/26950991 Try running `sudo chmod -R g+w` on the directories that don't...