Update CI checkout and setup_node to v4 #172
Workflow file for this run
This file contains 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: bot | |
on: | |
pull_request: | |
types: [labeled] | |
jobs: | |
merge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jacogr/action-merge@d2d64b4545acd93b0a9575177d3d215ae3f92029 | |
with: | |
checks: pr (build),pr (lint),pr (test), pr (docker:build) | |
labels: -auto | |
strategy: squash | |
token: ${{ secrets.GH_PAT_BOT }} |