Skip to content

Commit

Permalink
ci(pr): 💚 add automerge pr
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 11, 2022
1 parent 1441377 commit f095063
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Learn how to add code owners here:
# https://help.github.com/en/articles/about-code-owners

* @navin-moorthy
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand Down
18 changes: 18 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .kodiak.toml
version = 1

[merge]
automerge_label = "ready 🎉"
require_automerge_label = false
method = "squash"
delete_branch_on_merge = true
optimistic_updates = true
prioritize_ready_to_merge = true
notify_on_conflict = false

[merge.message]
title = "pull_request_title"
body = "github_default"
include_pr_number = true
body_type = "markdown"
strip_html_comments = true

1 comment on commit f095063

@vercel
Copy link

@vercel vercel bot commented on f095063 May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.