Skip to content

Commit

Permalink
github-action: use elastic/oblt-actions/github/is-member-of
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 25, 2024
1 parent 9b41c9d commit 3661a60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
steps:

- id: is_elastic_member
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
uses: elastic/oblt-actions/github/is-member-of@v1
with:
username: ${{ github.actor }}
token: ${{ secrets.APM_TECH_USER_TOKEN }}
github-org: "elastic"
github-user: ${{ github.actor }}
github-token: ${{ secrets.APM_TECH_USER_TOKEN }}

- name: Add community and triage labels
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit 3661a60

Please sign in to comment.