An open API service indexing awesome lists of open source software.

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.

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).