Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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