Skip to content

muzimuzhi/hello-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.