Removing the latent labels from the old branching setup (#2130)

This commit is contained in:
Aaron Powell
2026-06-26 10:31:05 +10:00
committed by GitHub
parent e9c8e37041
commit 4c852c8641
2 changed files with 26 additions and 48 deletions
-8
View File
@@ -16,14 +16,6 @@ jobs:
script: |
const labels = {
// Intent labels for PR categorization
'targets-main': {
color: 'B60205',
description: 'PR targets staged instead of main'
},
'branched-main': {
color: 'D93F0B',
description: 'PR appears to include plugin files materialized from main'
},
'skills': {
color: '1D76DB',
description: 'PR touches skills'