elastic / apm-agent-go

https://www.elastic.co/guide/en/apm/agent/go/current/index.html
Apache License 2.0
413 stars 190 forks source link

Add write permission to labeler job #1581

Closed dmathieu closed 3 months ago

dmathieu commented 3 months ago

The labeler needs to have the pull-request: write permission, so it can assign labels on PRs.

See https://github.com/elastic/apm-agent-go/actions/runs/8246861649/job/22553967383?pr=1580

dmathieu commented 3 months ago

Since the labeler runs on pull_request_target, I think we won't see any change until the PR is merged (which is also why we didn't see any in #1575)

cc @reakaleek

reakaleek commented 3 months ago

Thank you for the fix!