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

Refactor and consolidate "Issue Trigger" workflow and related files #7372

Closed
4 tasks done
t-will-gillis opened this issue Aug 31, 2024 · 1 comment · Fixed by #7373
Closed
4 tasks done

Refactor and consolidate "Issue Trigger" workflow and related files #7372

t-will-gillis opened this issue Aug 31, 2024 · 1 comment · Fixed by #7373
Assignees
Labels
Complexity: Large Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms milestone: missing role: back end/devOps Tasks for back-end developers size: 3pt Can be done in 13-18 hours

Comments

@t-will-gillis
Copy link
Member

t-will-gillis commented Aug 31, 2024

Overview

We want our workflows to use consistency in formatting and to make efficient use of modular functions where possible. The "Issue Trigger" workflow can be streamlined by using existing modules.

Action Items

Open /add-preliminary-comment/preliminary-update-comment.js;

  • Remove the function getItemInfo() and refactor with a call to the already existing utils/query-issue-info.js module
  • Remove the function updateItemStatus() and refactor with a call to the already existing utils/mutate-issue-status.js module
  • Remove project id, status field id, and status values and refactor with a call to the existing utils/data/status-field-ids.js module
  • Demonstrate the functionality of "Issue Trigger" after refactoring

Resources/Instructions

@t-will-gillis t-will-gillis added role: back end/devOps Tasks for back-end developers Complexity: Large Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms size: 3pt Can be done in 13-18 hours labels Aug 31, 2024
@t-will-gillis t-will-gillis self-assigned this Aug 31, 2024
@t-will-gillis t-will-gillis added the Draft Issue is still in the process of being created label Aug 31, 2024
@HackforLABot

This comment was marked as resolved.

@t-will-gillis t-will-gillis removed the Draft Issue is still in the process of being created label Sep 3, 2024
@t-will-gillis t-will-gillis moved this from New Issue Approval to In progress (actively working) in P: HfLA Website: Project Board Sep 3, 2024
@github-project-automation github-project-automation bot moved this from In progress (actively working) to QA in P: HfLA Website: Project Board Sep 21, 2024
@kgold2018 kgold2018 moved this from QA to Done in P: HfLA Website: Project Board Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Large Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms milestone: missing role: back end/devOps Tasks for back-end developers size: 3pt Can be done in 13-18 hours
Projects
Development

Successfully merging a pull request may close this issue.

3 participants