Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/korosuke613/actions
- Owner: korosuke613
- License: apache-2.0
- Created: 2022-09-18T14:47:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:15:36.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:00:00.221Z (6 months ago)
- Topics: github-actions, renovate, slack
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.