Skip to content

Commit

Permalink
Merge pull request kurator-dev#591 from hzxuzhonghu/prow-gh-action
Browse files Browse the repository at this point in the history
introduce github actions prow
  • Loading branch information
hzxuzhonghu authored Jan 29, 2024
2 parents 19a94ba + 26d2463 commit c603820
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/prow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Merge on lgtm label"
on:
schedule:
- cron: "* * * * *"

jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1
with:
jobs: 'lgtm'
github-token: "${{ secrets.GH_MERGE }}"
# this is optional and defaults to 'merge'
merge-method: 'merge'

0 comments on commit c603820

Please sign in to comment.