https://github.com/vsoch/confucious-actions
Various actions to add confucious wisdom on pull request success, fail, etc.
https://github.com/vsoch/confucious-actions
actions confucious github-actions
Last synced: about 1 year ago
JSON representation
Various actions to add confucious wisdom on pull request success, fail, etc.
- Host: GitHub
- URL: https://github.com/vsoch/confucious-actions
- Owner: vsoch
- License: mit
- Created: 2018-12-03T13:29:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T21:15:26.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T07:11:15.787Z (about 1 year ago)
- Topics: actions, confucious, github-actions
- Language: Shell
- Size: 173 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confucious Actions
What could be better than a ludicrous and sarcastic comment when you perform
some action on a Github pull request? This repository provides those actions,
with specific action types corresponding to the subfolders. We currently have:
- [Pull Request Failure](pull_request_fail): Some wisdom when a pull request has status "failure"
These actions use the
[vanessa/boxes](https://www.github.com/vsoch/boxes) container to format
a lovely message from Confucious to your pull requests, but only if you fail.
Here are some examples!



See the README.md in each subfolder for usage.
## CircleCI Setup
If you are checking status failures just for Github Actions, you don't need
to take further action. However, if you are using CircleCI, you need
to also [enable Github Checks for CircleCI](https://circleci.com/blog/see-the-status-of-your-circleci-workflows-in-github/)
to return status checks, otherwise they won't be registered.

## Travis CI
Support for Github Checks is available on travis-ci.com, for details
read [this post](https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-travis-ci-com).