Skip to content

Commit

Permalink
fix labeler workflow (#3538)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Feb 23, 2024
1 parent 5de7f6d commit d3e9d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Assign new internal pull requests to project
uses: elastic/[email protected]
if: contains(steps.is_elastic_member.outputs.result, 'true') && github.event.pull_request
env:
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
with:
project: 'https://github.com/orgs/elastic/projects/454'
project_id: '5882982'
Expand Down

0 comments on commit d3e9d3e

Please sign in to comment.