-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating this issue to test the sort-closed-issues github action #1
Comments
added role: back end/devOps label, testing to see if it moves issue into the done column upon closing the issue. |
testing again with π role: back end/devOps, emoji added in label |
testing console log for all labels that are associated with issue |
closing again without a soft label, to see if it will be added to the QA column or the done column |
trying again with a hard label and a override label. should be moved to the done column |
successfully moving card into the done column after having a "hardlabel" and an "overridesoftlabel". must ensure the label is applied before closing the issue |
Overview
Test adding emojis to the labels in this github action for closed issues.
Action Items
Resources/Instructions
const hardLabels = [
"β Feature: Refactor CSS",
"π Feature: Refactor HTML",
"π« Feature: Refactor JS / Liquid",
"β¨ Feature: Refactor GHA",
];
const softLabels = [
"π role: back end/devOps",
"π Feature: Analytics",
];
const overrideSoftLabels = ["π role: front end"]
The text was updated successfully, but these errors were encountered: