This action allow to iterate through all opened pull requests, find the ones marked “auto merge” and, if possible, update the source branch.
A token with read and write access to the repository must be provided.
uses: actions/ClementKunz/[email protected]
with:
bearer-token: ${{ secrets.my_token }}