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

[github] Don't consider PR body in CI skip logic #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 1, 2023

  1. [github] Don't consider PR body in CI skip logic

    GitHub pull request edits were not triggering CI when the PR
    body/description contained the `[ ci skip ]`/`[ skip ci ]` pattern. This
    was an issue, for example, in Dependabot-generated PRs that include
    commit messages from upstream dependencies that do include the pattern.
    Furthermore, no other CI service or vendor considers the PR body for the
    "ci skip" mechanism. This corrects the behavior so that only commit
    messages or PR titles are considered when a PR is edited.
    usmonster committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9a1984c View commit details
    Browse the repository at this point in the history