Skip to content

Commit

Permalink
- drop agent-nodejs label that we no longer require for use in GH pro…
Browse files Browse the repository at this point in the history
…jects
  • Loading branch information
trentm committed Mar 19, 2024
1 parent 30af3ce commit a7e94c8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
# XXX This might be dropped, pending team discussion.
- name: Add agent-nodejs label
uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["agent-nodejs"]
})
- id: is_elastic_member
uses: elastic/apm-pipeline-library/.github/actions/is-member-elastic-org@current
with:
Expand Down

0 comments on commit a7e94c8

Please sign in to comment.