File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Refer to CONTRIBUTING.md for more details and examples.
2
- https://github.com/prometheus/client_golang/blob/main/CONTRIBUTING.md#how-to-fill-the -pr-template
2
+ https://github.com/prometheus/client_golang/blob/main/CONTRIBUTING.md#how-to-write-a -pr-description
3
3
-->
4
4
### Describe your PR
5
5
Original file line number Diff line number Diff line change @@ -12,8 +12,22 @@ permissions:
12
12
checks : write # to generate status
13
13
14
14
jobs :
15
+ remove-old-labels :
16
+ name : Remove old PR labels
17
+ runs-on : ubuntu-latest
18
+ steps :
19
+
20
+ with :
21
+ token : ${{ secrets.GITHUB_TOKEN }}
22
+ labels : |
23
+ kind/BUGFIX
24
+ kind/ENHANCEMENT
25
+ kind/FEATURE
26
+ kind/CHANGE
27
+ release-note-none
15
28
pr-labeler :
16
29
runs-on : ubuntu-latest
30
+ needs : remove-old-labels
17
31
steps :
18
32
- name : Check Labels
19
33
id : labeler
You can’t perform that action at this time.
0 commit comments