Skip to content

Commit d0d2ed3

Browse files
harshit-mehtaaHarshit Mehta
and
Harshit Mehta
authored
Add github workflow for auto PR labeling (#179)
Co-authored-by: Harshit Mehta <[email protected]>
1 parent 450190a commit d0d2ed3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ github-actions:
4848
- .github/ISSUE_TEMPLATE/*
4949
- .github/labeler.yml
5050
- .github/pull_request_template
51+
- .github/workflow/pull-request-labeler.yaml
5152

5253
release:
5354
- .github/workflows/publish-chart.yaml
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v4
13+
with:
14+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)