buggregator / trap

Buggregator local debug server for PHP projects as composer package
https://buggregator.dev
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Change GITHUB_TOKEN so that apply-labels.yml workflow can be triggered on any PR #136

Open lotyp opened 2 weeks ago

lotyp commented 2 weeks ago

Currently this workflow

https://github.com/buggregator/trap/actions/runs/9773787716/job/26980653857?pr=133 is failing, because when external contributor submits PR, default GITHUB_TOKEN does not have enough permissions to set default labels.

Tasks:

roxblnfk commented 2 weeks ago

Added TRAP_LABELER_TOKEN (approve from @butschster required)