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

Edit update-instructions-template.md file #2897

Closed
5 of 9 tasks
SAUMILDHANKAR opened this issue Feb 27, 2022 · 1 comment · Fixed by #3262
Closed
5 of 9 tasks

Edit update-instructions-template.md file #2897

SAUMILDHANKAR opened this issue Feb 27, 2022 · 1 comment · Fixed by #3262
Assignees
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms role: back end/devOps Tasks for back-end developers size: 0.5pt Can be done in 3 hours or less

Comments

@SAUMILDHANKAR
Copy link
Member

SAUMILDHANKAR commented Feb 27, 2022

Overview

We need to make pictures optional in update-instructions-template.md file which is used to request weekly progress update so that the workload of developers is reduced.

Action Items

from

5. Pictures: "Add any pictures of the visual changes made to the site so far."

to

5. Pictures (optional): "Add any pictures of the visual changes made to the site so far."

Checks

  • For testing in your own repo (after making the necessary code changes)
    • Create a project board in your own repo
    • Create a new issue and an In progress column, then move the issue into the column
    • Create a new repository secret under the settings tab in your own repo and add the column number of In progress column as the value of the secret
    • Change "const updatedByDays = 3" to "const updatedByDays = 1" in add-label.js file, so that the comment would be posted after a day has passed
    • Run the Add Update Label to Issues Weekly workflow in the Actions tab in your repo to confirm that the updated comment is posted on your issue (please edit the add-update-label-weekly.yml file so that it runs on workflow_dispatch instead of on schedule)
  • Make sure all the functionalities in update-instructions-template.md file still work fine

Resources/Instructions

File where changes need to be made: update-instructions-template.md
Never done GitHub actions? Start here!
GitHub Complex Workflows doc
GitHub Actions Workflow Directory
Events that trigger workflows
Workflow syntax for GitHub Actions
actions/github-script
GitHub RESTAPI

@SAUMILDHANKAR SAUMILDHANKAR added role: back end/devOps Tasks for back-end developers Complexity: Small Take this type of issues after the successful merge of your second good first issue Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms size: 0.5pt Can be done in 3 hours or less labels Feb 27, 2022
@github-actions
Copy link

Hi @SAUMILDHANKAR.

Good job adding the required labels for this issue. The merge team will review the issue and add a "Ready for Milestone" label once it is ready for prioritization.

Additional Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue Feature: Refactor GHA Refactoring GitHub actions to fit latest architectural norms role: back end/devOps Tasks for back-end developers size: 0.5pt Can be done in 3 hours or less
Projects
Development

Successfully merging a pull request may close this issue.

4 participants