Feature Area
To prevent the Triage Bot from failing silently, we need a step that verifies labels exist in the repo before the /approve command tries to apply them.
Steps to Implement:In triage-approval.yml, add a step after extracting $LABELS.
Use gh label list to check if the extracted labels are valid.If a label is missing, have the bot post a "Warning" comment instead of trying to edit the issue.
Love this idea? Give it a 👍.
Feature Area
To prevent the Triage Bot from failing silently, we need a step that verifies labels exist in the repo before the /approve command tries to apply them.
Steps to Implement:In triage-approval.yml, add a step after extracting $LABELS.
Use gh label list to check if the extracted labels are valid.If a label is missing, have the bot post a "Warning" comment instead of trying to edit the issue.
Love this idea? Give it a 👍.