The template in the repo for the automated pull requests was giving me lots of failures:
https://github.com/cpp-lln-lab/CPP_ROI/actions/runs/2518984368
Fixed by using another github action to open the PR at the end of the workflow:
https://github.com/cpp-lln-lab/CPP_ROI/blob/96350f5100057c607eaf8dae16363ea229e7f08a/.github/workflows/update-contributors.yml#L40
Side note:
Using this automated PR with certain pre-commit hooks (end of file fixer?), leads to an "interesting" bot version of a tug of war
cpp-lln-lab/CPP_ROI#53
The template in the repo for the automated pull requests was giving me lots of failures:
https://github.com/cpp-lln-lab/CPP_ROI/actions/runs/2518984368
Fixed by using another github action to open the PR at the end of the workflow:
https://github.com/cpp-lln-lab/CPP_ROI/blob/96350f5100057c607eaf8dae16363ea229e7f08a/.github/workflows/update-contributors.yml#L40
Side note:
Using this automated PR with certain pre-commit hooks (end of file fixer?), leads to an "interesting" bot version of a tug of war
cpp-lln-lab/CPP_ROI#53