mozilla / jira-bugzilla-integration

Jira Bugzilla Integration (JBI) - system to sync bugs and issues
Mozilla Public License 2.0
8 stars 22 forks source link

Labeler action fights with `Force pull-requests label(s)` action #833

Closed grahamalama closed 6 months ago

grahamalama commented 7 months ago

We have an action that verifies that PRs include labels.

We have another action that automatically adds labels to certain PRs.

The former action doesn't seem to accept labels that are applied by the latter. It'd be nice to fix this.