Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 committed Aug 27, 2024
1 parent 4fe2b6a commit 334f39b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/prow-pr-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@

name: "Prow merge on lgtm label"
on:
schedule:
- cron: "0 * * * *" # every hour
# schedule:
# - cron: "0 * * * *" # every hour
pull_request_target:
types:
- labeled

jobs:
print-event:
runs-on: ubuntu-latest
steps:
- run: echo "${{ toJson(github.event) }}"
auto-merge:
runs-on: ubuntu-latest
if: contains(github.event.label.name, 'lgtm')
steps:
- uses: jpmcb/[email protected]
with:
Expand Down

0 comments on commit 334f39b

Please sign in to comment.