Gerson
Results
1
issues of
Gerson
I have an automerge workflow that checks the PR author: ` if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'dependabot[bot]' }} ` and gets triggered after the tests workflow: ```...
bug