Skip to content

Commit

Permalink
ci: Check observability instead of apm team for issue/PR authors
Browse files Browse the repository at this point in the history
Automatically setting 'community' and 'triage' labels for issues and PRs
now is disabled for members of the observability team.
  • Loading branch information
rockdaboot committed Jul 31, 2024
1 parent 54ff53a commit 0027e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: checkUserMember
with:
username: ${{ github.actor }}
team: 'apm'
team: 'observability'
usernamesToExclude: |
apmmachine
dependabot
Expand Down

0 comments on commit 0027e54

Please sign in to comment.