Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/korosuke613/actions

My GitHub Actions
https://github.com/korosuke613/actions

github-actions renovate slack

Last synced: 27 days ago
JSON representation

My GitHub Actions

Awesome Lists containing this project

README

        

# actions
My GitHub Actions

## Callable Workflows

### renovate.yaml
Validate and Dry-run of the renovate config.

- Definition: [renovate.yaml](./.github/workflows/renovate.yaml)
- Example: [example-renovate.yaml](./.github/workflows/example-renovate.yaml)

### notify-to-slack.yaml
Notify to Slack.

- Definition: [notify-to-slack.yaml](./.github/workflows/notify-to-slack.yaml)
- Example: [example-notify-to-slack.yaml](./.github/workflows/example-notify-to-slack.yaml)

### tagging.yaml
Create git tag and GitHub Release.

- Definition: [tagging.yaml](./.github/workflows/tagging.yaml)
- Example: [example-tagging.yaml](./.github/workflows/example-tagging.yaml)

## Release
1. Open [Tagging and Release action page](https://github.com/korosuke613/actions/actions/workflows/tagging.yaml).
2. Click `Run workflow`.
3. Input version.
4. Click `Run workflow`.