We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf64c6 commit 3c646eeCopy full SHA for 3c646ee
.github/workflows/labeler.yml
@@ -25,10 +25,11 @@ jobs:
25
labels: ["agent-java"]
26
})
27
- id: is_elastic_member
28
- uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
+ uses: elastic/oblt-actions/github/is-member-of@v1
29
with:
30
- username: ${{ github.actor }}
31
- token: ${{ secrets.APM_TECH_USER_TOKEN }}
+ github-org: "elastic"
+ github-user: ${{ github.actor }}
32
+ github-token: ${{ secrets.APM_TECH_USER_TOKEN }}
33
- name: Add community and triage lables
34
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]'
35
uses: actions/github-script@v7
0 commit comments