Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzimuzhi/hello-github-actions
my GitHub Actions playground
https://github.com/muzimuzhi/hello-github-actions
github-actions playground
Last synced: 16 days ago
JSON representation
my GitHub Actions playground
- Host: GitHub
- URL: https://github.com/muzimuzhi/hello-github-actions
- Owner: muzimuzhi
- License: mit
- Created: 2021-01-13T17:07:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T03:00:40.000Z (about 1 month ago)
- Last Synced: 2024-10-12T21:44:15.652Z (about 1 month ago)
- Topics: github-actions, playground
- Language: Dockerfile
- Homepage: https://lab.github.com/githubtraining/github-actions:-hello-world
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello GitHub Actions
- conventions
- [labels] are managed by manually triggered [`labler.yml`](.github/workflows/labeler.yml), using [`.github/labels-data.yml`](.github/labels-data.yml)
- exploratory PRs and the `base` branch
- Exploratory and validating PRs which would never be merged should use `base` branch as their base branch.\
https://github.com/muzimuzhi/hello-github-actions/labels/discovery https://github.com/muzimuzhi/hello-github-actions/labels/discovery%3Agithub https://github.com/muzimuzhi/hello-github-actions/labels/test
- Workflows are configured to not trigger `pull_request` events on such PRs.
- `base` branch is auto synced with the `main` default branch by [`sync-branch.yml`](.github/workflows/sync-branch.yml)[labels]: https://github.com/muzimuzhi/hello-github-actions/labels
------
## Welcome to "Hello World" with GitHub Actions
This course will walk you through writing your first action and using it with a workflow file.
**Ready to get started? Navigate to the first issue.**