Skip to content

Commit

Permalink
Add auto label
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 10, 2022
1 parent a358017 commit 44c7e01
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/auto-label-action-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignore": ["stat: needs QA", "stat: QA skipped", "stat: QA tested"]
}
11 changes: 11 additions & 0 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Auto label QA'
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ggazzo/gh-action-auto-label@beta
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 5 additions & 2 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# .kodiak.toml
version = 1


[merge]
method = "squash"
automerge_label = ["stat: ready to merge", "QA tested", "automerge"]
automerge_label = ["stat: ready to merge", "automerge"]
block_on_neutral_required_check_runs = true
blocking_labels = ["stat: needs QA"]
prioritize_ready_to_merge = true


[merge.message]
title = "pull_request_title" # default: "github_default"
Expand Down

0 comments on commit 44c7e01

Please sign in to comment.