Marcelo Adamatti

Results 12 comments of Marcelo Adamatti

One alternative: ``` jobs: teardown: runs-on: ubuntu-latest permissions: contents: write # required ... name: Delete branch if: github.event.pull_request.merged == true #optional uses: actions/github-script@v5 with: script: | github.rest.git.deleteRef({ owner: context.repo.owner, repo:...