Skip to content

Commit 4cb945b

Browse files
authored
Update issue and PR labeler (#520)
Upstream github/issue-labeler meanwhile supports labelling PRs as well. Not using an outdated fork means removing technical debt.
1 parent ce28865 commit 4cb945b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/labeler-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# add 'aws-λ-extension' label to all new issues
1+
# add 'aws-λ-extension' label to all new issues and PRs
22
aws-λ-extension:
33
- '.*'

.github/workflows/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Issue Labeler"
1+
name: "Issue+PR Labeler"
22
on:
33
issues:
44
types: [opened]
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Add aws-λ-extension label
20-
uses: AlexanderWert/issue-labeler@v2.3
20+
uses: github/issue-labeler@v3.4
2121
with:
2222
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2323
configuration-path: .github/labeler-config.yml
@@ -38,7 +38,7 @@ jobs:
3838
echo "::debug::isExcluded: ${{ steps.checkUserMember.outputs.isExcluded }}"
3939
- name: Add community and triage labels
4040
if: steps.checkUserMember.outputs.isTeamMember != 'true' && steps.checkUserMember.outputs.isExcluded != 'true'
41-
uses: AlexanderWert/issue-labeler@v2.3
41+
uses: github/issue-labeler@v3.4
4242
with:
4343
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4444
configuration-path: .github/community-label.yml

0 commit comments

Comments
 (0)