Skip to content

Prow / Merge on lgtm label #21358

Prow / Merge on lgtm label

Prow / Merge on lgtm label #21358

# Copyright (C) Nicolas Lamirault <[email protected]>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
name: Prow / Merge on lgtm label
on:
schedule:
- cron: "0 * * * *"
jobs:
execute:
runs-on: ubuntu-latest
steps:
- 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'