jacebrowning / jacebrowning/template-python
Permission Issue with `make doctor` Command in GitHub Actions During Pull Request Merge
- Dominant language
- Python
- Stars
- 668
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
I'm currently working on a Python library development project using this repository as a template. However, I've run into an issue when attempting to merge a [pull request](https://github.com/WilliamBonvini/sydraw/actions/runs/4936907599/jobs/8825018857?pr=3).
The problem arises when the GitHub Actions workflow is triggered. The process fails with the error message shown in the following screenshot:

The error message suggests that there might be a permission-related issue when executing the `make doctor` command during the workflow run.
For context, I have not made any modifications to the `bin/verchew` and `bin/checksum` scripts. They are the original scripts provided with this template.
Any insights into this issue would be greatly appreciated,
thank you very much.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked GitHub Actions run and the workflow step that invokes `make doctor`, then inspect the referenced `bin/verchew` and `bin/checksum` scripts for the permission failure. Reproduce the merge workflow and confirm that it completes without the reported permission error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100