Skip to content

Commit 3c646ee

Browse files
authored
github-action: use elastic/oblt-actions/github/is-member-of (#3819)
1 parent fcf64c6 commit 3c646ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
labels: ["agent-java"]
2626
})
2727
- id: is_elastic_member
28-
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
28+
uses: elastic/oblt-actions/github/is-member-of@v1
2929
with:
30-
username: ${{ github.actor }}
31-
token: ${{ secrets.APM_TECH_USER_TOKEN }}
30+
github-org: "elastic"
31+
github-user: ${{ github.actor }}
32+
github-token: ${{ secrets.APM_TECH_USER_TOKEN }}
3233
- name: Add community and triage lables
3334
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
3435
uses: actions/github-script@v7

0 commit comments

Comments
 (0)