con / tributors

Pay tribute to your contributors! A tool to automatically update contributor files.
https://con.github.io/tributors/
Apache License 2.0
11 stars 6 forks source link

automated pull request workflow #66

Open Remi-Gau opened 2 years ago

Remi-Gau commented 2 years ago

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

https://github.com/cpp-lln-lab/CPP_ROI/pull/53

vsoch commented 2 years ago

This version is quite old: https://github.com/con/tributors/blob/de944deeaf5b24fb65518125d5d87e8b939191fb/examples/automated-pull-request.yml#L85 and we should update to latest (with many bug fixes).