Skip to content

Commit

Permalink
Label community PRs as 'community' instead of 'external-contrib'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbayburt committed Aug 16, 2023
1 parent 33306e6 commit 205fd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external_pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
if: ${{ steps.is_member.outputs.result == 404 }}
uses: christianvuerings/add-labels@v1
with:
labels: "external-contrib"
labels: "community"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 205fd6c

Please sign in to comment.