Skip to content

Commit 2f16061

Browse files
Merge pull request #7 from gitkraken/automationfixes
Automation Fixes
2 parents 61e191b + 8e19cbb commit 2f16061

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

gk-dev/gk-dev-automations.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GitKraken Automations makes it easier to manage your team’s workflows by codif
1111

1212

1313

14-
## Auotmation Examples
14+
## Automation Examples
1515

1616
These are just a few ways teams are already using Automations to reduce manual effort, enforce best practice standards, and create more scalable, repeatable workflows.
1717
- Safe Deployments: Add a checklist for database migrations to ensure smooth rollouts.
@@ -24,7 +24,7 @@ These are just a few ways teams are already using Automations to reduce manual e
2424
<div class='callout callout--warning'>
2525
<p>
2626
<strong>Note:</strong>
27-
Currently, Automations supports GitHub and GitLab repositories.
27+
Currently, Automations supports cloud integrations. Self-Hosted Integration Automations will be available at a later date.
2828
</p>
2929
</div>
3030

@@ -47,26 +47,26 @@ Then, create a name for your automation. Next, using the Provider drop down sele
4747
<div class='callout callout--warning'>
4848
<p>
4949
<strong>Note:</strong>
50-
A webhook will be set up on the selected repository in order to trigger when saving the automation.
50+
A webhook will be set up on the selected repository after saving the automation. Permission will need to be granted on the repository to allow the creation of the webhook.
5151
</p>
5252
</div>
5353

5454

5555
## Conditions
5656

57-
Next up, you will set up conditions, which are a list of criteria that determine when a Trigger should execute. We currently support 3 types of conditions: "File location", "File contents", and "Pull Request"
57+
Next up, you will set up conditions, which are a list of criteria that determine when a Action should execute. We currently support 3 types of conditions: "File location", "File contents", and "Pull Request"
5858

5959
<img src="/wp-content/uploads/gkdev-createautomations3.png" class="help-center-img img-bordered">
6060

6161
### Boolean logic
6262

63-
You can choose whether all or any of the conditions you set up apply to your Trigger:
63+
You can choose whether all or any of the conditions you set up trigger your Action:
6464

6565
<img src="/wp-content/uploads/gkdev-createautomations4.png" class="help-center-img img-bordered">
6666

6767
### File Location
6868

69-
The Following File Location trigger options can be selected:
69+
The Following File Location Action options can be selected:
7070
- File name condition: This condition matches the name of files in your repository.
7171
- File path condition: This condition matches the path of files in your repository.
7272
- File added in folder condition: This condition matches when files are added to a specific folder in a pull request. For example, the filter "File added in folder" with the operator "folder path equals" with the value "src/components/icons" would match any file that was added in that icons folder (or subfolders).
@@ -81,14 +81,14 @@ The Following File Location trigger options can be selected:
8181

8282
### File Contents
8383

84-
The Following File Contet trigger options can be selected:
84+
The Following File Contet Action options can be selected:
8585
- Old Code condition: Matches against modified lines of code from before your code change: the red on the left-hand side of a split view diff.
8686
- New Code condition: Matches against modified lines of code from after your code change: the green on the right-hand side of a split view diff.
8787
- New and Old Code condition: Matches both sides of the diff view
8888

8989
### Pull Request
9090

91-
The Following Pull Request trigger options can be selected:
91+
The Following Pull Request Action options can be selected:
9292
- Number of changed files condition: This condition matches when the number of files that are part of this pull request satisfy the inequality.
9393
- PR Author condition: This condition matches the author of the pull request. This automation will only run if the author matches this condition.
9494
- Labels on the PR condition: This condition matches the GitHub Labels specified
@@ -100,14 +100,14 @@ Five kinds of actions are currently supported: posting a comment, adding a check
100100

101101
- Add Comment: When this action is executed, GitKraken will post the comment on the matching pull request
102102
- Add to Checklist: When this action is executed, GitKraken will add a new checklist item to the PR description. You can add as many checklist items as you need by adding an action for each item.
103-
- Add Assignee: When this action is executed, GitKraken will assign the pull request to the user of your choice. If you'd like to assign multiple users, you can create multiple instances of this action on the same Trigger. If you supply an optional message to explain why this user is being assigned, GitKraken will post a comment notifying that user and explaining why they were assigned.
104-
- Add Label: When this action is executed, GitKraken will assign the selected GitHub label to the pull request. If you'd like to add multiple labels, you can create multiple instances of this action on the same Trigger.
105-
- Add Reviewer: When this action is executed, GitKraken will assign the person or team of your choice as a reviewer on the PR. If you'd like to add multiple reviewers, you can create multiple instances of this action on the same Trigger. If you supply an optional message to explain why this user is being assigned as a reviewer, GitKraken will post a comment notifying that user and explaining why they were assigned as a reviewer.
103+
- Add Assignee: When this action is executed, GitKraken will assign the pull request to the user of your choice. If you'd like to assign multiple users, you can create multiple instances of this on the same Action. If you supply an optional message to explain why this user is being assigned, GitKraken will post a comment notifying that user and explaining why they were assigned.
104+
- Add Label: When this action is executed, GitKraken will assign the selected GitHub label to the pull request. If you'd like to add multiple labels, you can create multiple instances of this action on the same Action.
105+
- Add Reviewer: When this action is executed, GitKraken will assign the person or team of your choice as a reviewer on the PR. If you'd like to add multiple reviewers, you can create multiple instances of this action on the same Action. If you supply an optional message to explain why this user is being assigned as a reviewer, GitKraken will post a comment notifying that user and explaining why they were assigned as a reviewer.
106106

107107
<div class='callout callout--warning'>
108108
<p>
109109
<strong>Note:</strong>
110-
A pull request can never have the author of the pull request as a reviewer. If an action would cause the author to be a reviewer on their own pull request, GitKraken will skip over that action, but still perform all other actions on the trigger.
110+
A pull request can never have the author of the pull request as a reviewer. If an action would cause the author to be a reviewer on their own pull request, GitKraken will skip over that step, but still perform all other steps on the Action.
111111
</p>
112112
</div>
113113

0 commit comments

Comments
 (0)