mozilla / task-boot

Taskcluster Boot utils
Mozilla Public License 2.0
5 stars 15 forks source link

Filter out github-pull-request events don't run builds on irrelevant ones #396

Closed lotas closed 1 year ago

lotas commented 1 year ago

I noticed that mozilla/task-boot is not filtering pull request events, which results in builds for such events like:

We only want opened, reopened and synchronize events

Here's what it looks like in debug tool: existing .taskcluster.yml and here's how for updated .taskcluster.yml

lotas commented 1 year ago

Cool, thanks!