We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30518a1 commit 83ab249Copy full SHA for 83ab249
.github/workflows/labeler.yml
@@ -16,10 +16,11 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- id: is_elastic_member
19
- uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
+ uses: elastic/oblt-actions/github/is-member-of@v1
20
with:
21
- username: ${{ github.actor }}
22
- token: ${{ secrets.APM_TECH_USER_TOKEN }}
+ github-org: "elastic"
+ github-user: ${{ github.actor }}
23
+ github-token: ${{ secrets.APM_TECH_USER_TOKEN }}
24
25
- name: Add community and triage labels
26
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]'
0 commit comments