Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

Hello GitHub Actions

  • conventions
    • labels are managed by manually triggered labler.yml, using .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.
        discovery What? Why? How? discovery:github What? Why? How? About GitHub test Verify or reproduce something
      • 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

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.