Install workflow: Add Update Label Weekly - ATO - #184
Merged
Conversation
Contributor
Author
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.md(the reminder text)What 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.md${...}placeholders are filled in at run time- see the list in the config file- so leave them as they are unless you mean to drop that piece of information.After configuring and committing the PR
Auto-generated by Rollout Workflow to Project workflow.