Skip to content

Prow / Merge on lgtm label #35496

Prow / Merge on lgtm label

Prow / Merge on lgtm label #35496

# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: Prow / Merge on lgtm label
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 * * * *"
jobs:
execute:
runs-on: ubuntu-latest
steps:
- name: Monitor Actions
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: jpmcb/[email protected]
with:
jobs: "lgtm"
github-token: "${{ secrets.GITHUB_TOKEN }}"
# this configuration is optional and will default to 'merge'
# possible options are 'merge', 'rebase', or 'squash'
merge-method: "squash"