Install workflow: Add Update Label Weekly - ATO#3096
Install workflow: Add Update Label Weekly - ATO#3096hfla-workflow-rollout[bot] wants to merge 1 commit intodevelopfrom
Conversation
Label & Project Board SuggestionsThis PR includes a configuration file with variables — specifically labels and Project Board status-columns — that must be updated to match values already used in your project before the installed workflow will run correctly. Referring to the tables:
Review each default value and make sure it matches exactly what you use in your own repo or Project Board. To make this easier:
Please review the defaults and suggestions, select the correct value from your repo, and update the attached configuration file before committing this PR. Required label(s)
Filtering label(s)
Project Board status-columns
|
|
There will be some changes needed to this PR before it can be reviewed an accepted. Those changes will be made by me. Just adding my notes here for later edit this file github-actions/workflows/add-update-label-weekly.yml
|
Automated Workflow Setup
This PR adds the "Add Update Label Weekly" GitHub Actions workflow to your project.
Files installed by this PR
.github/workflows/add-update-label-weekly.ymlgithub-actions/workflow-configs/add-update-label-weekly-config.ymlgithub-actions/workflow-configs/templates/add-update-instructions-template.mdWhat this workflow does
Security
How to use
Review configurations and make changes to the respective files attached to this PR:
github-actions/workflows/add-update-label-weekly.ymlgithub-actions/workflow-configs/add-update-label-weekly-config.yml"Labels and label placeholders used by this workflow"labels:section includes different categories of labels. Each label name appears in "double quotes" and must match an existing label in your repository exactly.required:section lists label placeholder keys that are essential to the workflow. Each key must map- exactly- to an actual label in your project.filtering:section specifies labels that exclude certain issues from update checks. If an issue has any of these labels, the workflow will skip that issue and not process it."Time thresholds (in days)"timeframes:section defines placeholder keys that represent time thresholds, measured in days. Each issue’s update status is determined by comparing the assignee’s most recent activity timestamp against these defined thresholds."Project Board status-column configuration"projectBoard:section defines placeholder keys representing Project Board status-column names. Similar to the required labels, each placeholder status-column key must map exactly to a status-column on your Project Board."Bot configuration""Bot comment template"teamSlackChannel: Add your team's Slack Channel (once again in "double quotes") if you want this info on the Bot comment template.github-actions/workflow-configs/templates/add-update-instructions-template.mdAfter configuring and committing the PR
Auto-generated by Rollout Workflow to Project workflow.