Skip to content
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

Closed
3 tasks done
rdhmdhl opened this issue May 26, 2023 · 6 comments
Closed
3 tasks done

Creating this issue to test the sort-closed-issues github action #1

rdhmdhl opened this issue May 26, 2023 · 6 comments

Comments

@rdhmdhl
Copy link
Owner

rdhmdhl commented May 26, 2023

Overview

Test adding emojis to the labels in this github action for closed issues.

Action Items

  • create the issue
  • close the issue
  • did anything break?

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"]

@rdhmdhl rdhmdhl closed this as completed May 26, 2023
@rdhmdhl rdhmdhl reopened this May 27, 2023
@rdhmdhl rdhmdhl added the documentation Improvements or additions to documentation label May 27, 2023
@rdhmdhl rdhmdhl closed this as completed May 27, 2023
@rdhmdhl rdhmdhl reopened this May 27, 2023
@rdhmdhl rdhmdhl added role: back end/devOps and removed documentation Improvements or additions to documentation labels May 27, 2023
@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

added role: back end/devOps label, testing to see if it moves issue into the done column upon closing the issue.

@rdhmdhl rdhmdhl closed this as completed May 27, 2023
@rdhmdhl rdhmdhl reopened this May 27, 2023
@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

testing again with πŸ˜„ role: back end/devOps, emoji added in label

@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

testing console log for all labels that are associated with issue

@rdhmdhl rdhmdhl closed this as completed May 27, 2023
@rdhmdhl rdhmdhl added bug Something isn't working and removed πŸ˜„ role: back end/devOps labels May 27, 2023
@rdhmdhl rdhmdhl reopened this May 27, 2023
@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

closing again without a soft label, to see if it will be added to the QA column or the done column

@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

trying again with a hard label and a override label. should be moved to the done column

@rdhmdhl
Copy link
Owner Author

rdhmdhl commented May 27, 2023

successfully moving card into the done column after having a "hardlabel" and an "overridesoftlabel". must ensure the label is applied before closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant