Skip to content

Commit

Permalink
add kind:testing label (#2375)
Browse files Browse the repository at this point in the history
## Overview

Add testing tag for pure testing PRs
  • Loading branch information
walldiss committed Jun 16, 2023
1 parent 258dc78 commit fd18184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
mode: minimum
count: 1
labels: "kind:fix, kind:misc, kind:break!, kind:refactor, kind:feat, kind:deps, kind:docs, kind:ci, kind:chore" # yamllint disable-line rule:line-length
labels: "kind:fix, kind:misc, kind:break!, kind:refactor, kind:feat, kind:deps, kind:docs, kind:ci, kind:chore, kind:testing" # yamllint disable-line rule:line-length

0 comments on commit fd18184

Please sign in to comment.