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

Skip CI on merging docs-only pull requests #35

Open
ashmaroli opened this issue Jan 22, 2023 · 0 comments
Open

Skip CI on merging docs-only pull requests #35

ashmaroli opened this issue Jan 22, 2023 · 0 comments

Comments

@ashmaroli
Copy link
Member

Docs-only pull requests are merged using identifier +doc / +docs.
Jekyllbot should ideally add a [skip ci] to the commit message (preferably as the last line of the extended body) in order to ensure CI is not unnecessarily triggered.

Illustration

Before

$pr_title (#$pr_id)
Merge pull request $pr_id

After

$pr_title (#$pr_id)
Merge pull request $pr_id

[skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant