Bump io.jenkins.tools.bom:bom-2.516.x from 5422.v0fce72a_b_b_8cf to 5473.vb_9533d9e5d88 #72
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Automerge | |
| on: | |
| pull_request: | |
| types: | |
| - labeled | |
| pull_request_review: | |
| types: | |
| - submitted | |
| status: | |
| types: | |
| - success | |
| jobs: | |
| automerge: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| steps: | |
| - id: automerge | |
| name: automerge | |
| uses: "pascalgn/automerge-action@v0.16.4" | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |