Skip to content

Prow merge on lgtm label #174

Prow merge on lgtm label

Prow merge on lgtm label #174

# 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: "Merge on lgtm label"
on:
schedule:
- cron: "15 * * * *" # every hour
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1.1.3
with:
jobs: 'lgtm'
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge-method: 'squash'