Skip to content

Commit fda6012

Browse files
committed
Add workflow to add PR labels
1 parent bae1423 commit fda6012

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/labeler.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
needs release notes:
2+
- all: ['!docs/release.rst']
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Pull Request Labeler"
2+
3+
on:
4+
- pull_request_target
5+
6+
jobs:
7+
triage:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/labeler@main
11+
with:
12+
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
sync-labels: true

0 commit comments

Comments
 (0)