Skip to content

Commit 83ab249

Browse files
authored
github-action: use elastic/oblt-actions/github/is-member-of (#201)
1 parent 30518a1 commit 83ab249

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
@@ -16,10 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- id: is_elastic_member
19-
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
19+
uses: elastic/oblt-actions/github/is-member-of@v1
2020
with:
21-
username: ${{ github.actor }}
22-
token: ${{ secrets.APM_TECH_USER_TOKEN }}
21+
github-org: "elastic"
22+
github-user: ${{ github.actor }}
23+
github-token: ${{ secrets.APM_TECH_USER_TOKEN }}
2324

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

0 commit comments

Comments
 (0)