- 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.
discoveryWhat? Why? How? discovery:githubWhat? Why? How? About GitHub testVerify or reproduce something - Workflows are configured to not trigger
pull_request
events on such PRs. base
branch is auto synced with themain
default branch bysync-branch.yml
- Exploratory and validating PRs which would never be merged should use
- labels are managed by manually triggered
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.