Labels for Dependency Tracking
Add missing-specs
When Documentation for Modified Files in src
Directory Was Not Updated
labels:
missing-specs:
description: Likely missing specs
color: 294b69
workflows:
- name: check-for-specs
run:
if: $changed("src/@1.java", "spec/@1.java") == false
then: $addLabel("missing-specs")