Summary
Automatically label PRs based on which files are changed.
Label Mappings
snowddl/*.yaml → infrastructure
snowddl/user.yaml → user-change
snowddl/*_policy.yaml → security
tests/** → tests
docs/** → documentation
src/** → code
Technical Details
- File:
.github/workflows/labeler.yml
- Uses
actions/labeler@v5 or similar
Acceptance Criteria
References
Summary
Automatically label PRs based on which files are changed.
Label Mappings
snowddl/*.yaml→infrastructuresnowddl/user.yaml→user-changesnowddl/*_policy.yaml→securitytests/**→testsdocs/**→documentationsrc/**→codeTechnical Details
.github/workflows/labeler.ymlactions/labeler@v5or similarAcceptance Criteria
References