Skip to content

Prow merge on lgtm label #1565

Prow merge on lgtm label

Prow merge on lgtm label #1565

# This Github workflow will check every hour for PRs with the lgtm label and will attempt to automatically merge them.
# If the hold label is present, it will block automatic merging.
name: "Prow merge on lgtm label"
on:
schedule:
- cron: "0 * * * *" # every hour
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/[email protected]
with:
jobs: 'lgtm'
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge-method: 'squash'