Danger failures for forks when applying labels
Prevent errors for Danger configured with forks when applying label like !74140 (comment 728831104)
It looks like insufficient permission when trying to apply labels
https://gitlab.com/gitlab-org/gitlab/blob/e43c8d5ba5b611a2538ec4b1a245a21c0816ba38/Dangerfile#L21-25 Seems like it. The API token used belongs to icbd-bot which is not a project member so it has read access to the MR but not to apply labels. It also explains why it is intermittent. If the merge request doesn’t require Danger to add labels, it does not fail
Can that rule be bypassed for MRs from forks?