mathLab/PINA

Black Formatter bot does not trigger the PR testing action

ndem0 opened this issue · 0 comments

Describe the bug
The Black Formatter action opens a new PR with all the Black changes after any push on the master branch. All the unit tests that should start at any PR are not because bot workflows cannot trigger others workflows (https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs).
At the moment, closing and reopening the PR has the desired effect, but an automatic solution will be better.

To Reproduce
Push on the master branch

Expected behavior
All tests running.

Additional context
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs