We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f088f commit d5891b2Copy full SHA for d5891b2
.github/labeler.yml
@@ -0,0 +1,2 @@
1
+needs release notes:
2
+- all: ['!docs/release.rst']
.github/workflows/needs_release_notes.yml
@@ -0,0 +1,13 @@
+name: "Pull Request Labeler"
+
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
docs/release.rst
@@ -29,6 +29,9 @@ Maintenance
29
* Remove ``tox`` support
30
By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1219`.
31
32
+* Add workflow to label PRs with "needs release notes".
33
+ By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1239`.
34
35
* Simplify if/else statement.
36
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1227`.
37
0 commit comments