Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
change automerge policy
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed Dec 12, 2020
1 parent f06dd3c commit aa2427d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
name: Merge PRs
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
schedule:
- cron: "0 */6 * * *"
jobs:
automerge:
runs-on: ubuntu-latest
Expand All @@ -26,5 +11,6 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "approved,!work-in-progress,!hold"
MERGE_METHOD: "rebase"
MERGE_METHOD: "squash"
MERGE_DELETE_BRANCH: "true"
UPDATE_LABELS: "approved,!work-in-progress,!hold"
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"labels": [
"kind/dependencies"
],
"schedule": [
"every weekend"
],
"packageRules": [
{
"updateTypes": [
Expand Down

0 comments on commit aa2427d

Please sign in to comment.