https://github.com/ubio/github-actions
A collection of Github Actions developed by UBIO.
https://github.com/ubio/github-actions
github-actions go pull-request repository-dispatch
Last synced: about 2 months ago
JSON representation
A collection of Github Actions developed by UBIO.
- Host: GitHub
- URL: https://github.com/ubio/github-actions
- Owner: ubio
- Created: 2020-04-09T14:28:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T09:46:14.000Z (almost 2 years ago)
- Last Synced: 2025-12-17T13:20:20.685Z (6 months ago)
- Topics: github-actions, go, pull-request, repository-dispatch
- Language: Go
- Homepage:
- Size: 4.49 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions
A collection of Github Actions developed by UBIO.
## Releasing
- Update the version in the [VERSION](./VERSION) file
- Run `script/release`
- Profit 🎉
## Respository Dispatch
Creates a [repository dispatch](https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch) event.
[View more](./repository-dispatch).
## Pull Request
Creates a branch, commits changes and then generates a pull request against a repository.
[View more](./pull-request).
## Cert Checker
Inspect SSL certificates for given domains.
[View more](./cert-checker).
## Cert Notifier
Based on JSON output from a [cert checker](./cert-checker) action, parse the results and notify Slack if certificates are expiring.
[View more](./cert-notifier).
## RSS(lack)
Really Simple Slack notifier
[View more](./rsslack).