Skip to content

Commit

Permalink
ci: Check observability instead of apm team for issue/PR authors (#523)
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 authored Jul 31, 2024
1 parent 7bbbc83 commit fcb7885
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 fcb7885

Please sign in to comment.