Label Management Automations #244
Closed
BenLloydPearson
announced in
Automation Example Bounties
Replies: 1 comment
-
https://docs.gitstream.cm/automations/standard/label-management/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enforce Required Labels
Conditions (all must be true)
Automation Actions
Missing Required Labels
labelNote to author: The required Labels are Mobile, Core, Docs, and Test
PR Label Guidance
Conditions (all must be true):
Automation Actions:
Here is the comment to post:
Label Number of Approvals
Conditions (all must be true):
Automation Actions:
Label Requested Changes
Conditions (all must be true):
Automation Actions:
🔁 Changes Requested
label.Automatic PR Labels
Automatically label PRs based on their branch name or changed resources.
Conditions (all must be true):
Automation Actions:
Use the following custom expression. You should be able to implement a condition that both 1) checks the resources against the list of modified directories and 2) detects specific branch prefixes via regex. You will need to use a for loop to accomplish this, similar to this example.
Beta Was this translation helpful? Give feedback.
All reactions