You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Choose which repositories are permitted to use GitHub Actions.
16
16
17
17
## Does gitStream services have access to my code?
18
18
19
-
Like any other CI/CD automation, the source code is being scanned in the repo and is not shared with any external services. Only metadata that relates and affects the workflow is shared to allow rulebased automation on the repo.
19
+
Like any other CI/CD automation, the source code is being scanned in the repo and is not shared with any external services. Only metadata related to and affecting the workflow is shared to allow rule-based automation on the repo.
20
20
21
21
## Why does gitStream require permission to write code?
22
-
In order to support automations that either Approve or Merge PRs, GitHub API requires code write scope.
22
+
To support automations that either Approve or Merge PRs, the git providers require code write scope.
23
23
24
24
## What repos are supported?
25
25
@@ -36,22 +36,22 @@ Coming soon.
36
36
37
37
## Is there .cm syntax highlighting?
38
38
39
-
The `.cm` file use YAML with JINJA2, in order for your favorite editor to choose automatically the right syntax, you can use modelines.
39
+
The `.cm` file uses YAML with JINJA2. For your favorite editor to automatically choose the right syntax, you can use modelines.
40
40
41
41
Add the following line to the top of the `.cm` file (the default has it already):
42
42
43
43
```
44
44
# -*- mode: yaml -*-
45
45
```
46
46
47
-
Get a plug-in that enable modelines, popular ones are:
47
+
Get a plug-in that enables modelines. Popular ones are:
48
48
49
49
- VS Code: [Modelines](https://marketplace.visualstudio.com/items?itemName=chrislajoie.vscode-modelines)
50
50
- Sublime Text: [CM syntax for ST4](https://packagecontrol.io/packages/Continuous%20Merge) or [Emacs-like Sublime Modeline](https://github.com/kvs/STEmacsModelines)
51
51
- Vim [Modeline magic](https://vim.fandom.com/wiki/Modeline_magic)
52
52
53
-
## I have an issue I can't seem to solve, what should I do?
53
+
## I have an issue I can't seem to solve. What should I do?
54
54
55
-
Go to our issues page and check if there are any similar issues already reported. If not, create a new issue with all the details so we can take a look.
55
+
Go to our issues page and check if any similar issues are already reported. If not, create a new issue with all the details so we can take a look.
56
56
57
-
Found a bug? Create a new item in the [project's issues](https://github.com/linear-b/gitstream/issues)
57
+
Found a bug? Create a new item in the [project's issues](https://github.com/linear-b/gitstream/issues)
0 commit comments