Skip to content

Commit

Permalink
chore: pr auto label
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Jul 24, 2024
1 parent fbbc1c7 commit a29339f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
clear-prexisting: true
include-title: true
label-for-breaking-changes: "breaking change"
label-mapping:
bug: ["fix"]
configuration: ["build", "ci"]
documentation: ["docs"]
enhancement: ["feat"]
11 changes: 11 additions & 0 deletions .github/workflows/label-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Label PR"
on:
pull_request:

jobs:
label-pr:
runs-on: ubuntu-latest
steps:
- uses: grafana/pr-labeler-action@v0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

0 comments on commit a29339f

Please sign in to comment.