Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Filter GitHub pull request events #9

Closed
wants to merge 1 commit into from

Commits on Oct 16, 2018

  1. [ci] Filter GitHub pull request events

    The complete list of event "actions" emitted by GitHub (and recognized
    by Taskcluster) is [1]:
    
    > - assigned
    > - unassigned
    > - labeled
    > - unlabeled
    > - opened
    > - edited
    > - closed
    > - reopened
    > - synchronize
    > - review_requested
    > - review_request_removed
    
    Most of these have no bearing on the code under review, so they should
    not trigger validation.
    
    Do not validate commits in response to irrelevant events.
    
    [1] https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/references/events
    jugglinmike committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    e5a2ded View commit details
    Browse the repository at this point in the history