1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Richard Schneeman
d248097fa7
[ci skip] Allow changelog check to run on edit (#2254) 2020-05-08 14:32:17 -05:00
Patrik Ragnarsson
ae3522cb2d
Do not run the check changelog workflow if skipped (#2229)
The [contains method] is documented as case insensitive so this should
be equivalent.

Add support for skipping the tests with `[skip ci]`.

[contains method]: https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contains
2020-04-22 08:18:55 +09:00
Daniel Colson
dd781669d7 Allow reversed words to skip changelog [skip ci] (#2021)
[Travis][] allows both "<KEYWORD> skip" and "skip <KEYWORD>", as does
[Circleci][]. I never remember which order the words should go in, so it
is a nice convenience if either order works.

[Travis]: https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build
[Circleci]: https://circleci.com/docs/2.0/skip-build/#skipping-a-build
2019-10-10 11:06:39 +02:00
Richard Schneeman
079b284d13 Fix GitHub changelog check (#1999) 2019-09-26 19:02:33 +02:00
Richard Schneeman
b9ed8444d3 [ci skip] Require Changelog at PR time (#1991)
* [ci skip] Require Changelog at PR time

We frequently forget to ask for a changelog entry, and then when we want to release the release maintainer has to go back and manually add them all. It would be better if the changelog was required at PR time so the original submitter can think of the best wording. If a PR is trivial people can add `[ci skip]` or `[changelog skip]`.

This implementation uses github actions.

* Use correct name of changelog file

The changelog is History.md not CHANGELOG.md
2019-09-25 21:53:54 +02:00