Skip to content

Commit dabd307

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 887e9ca commit dabd307

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/context-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The `repo` context includes metadata related to the repo.
272272
| `repo` | Map | Includes the info related to the current repo |
273273
| `repo.age` | Integer | Number of days since first commit (of any user) |
274274
| `repo.author_age` | Integer | number of days since first commit to this repo |
275-
| `repo.blame` | [`GitBlame`](#gitblame-structure) | The percentage of each user's lines in a file, the list includes all changed files in the branch. The `ratio` field sorts the list |
275+
| `repo.blame` | [`GitBlame`](#gitblame-structure) | The percentage of each user's lines in a file, the list includes all changed files in the branch. The `ratio` field sorts the list |
276276
| `repo.contributors` | [`Contributor`](#contributor-structure) | List of contributors in the repo |
277277
| `repo.git_activity` | [`GitActivity`](#gitactivity-structure) | Per file and user, the number of lines changed every week for the last 52 weeks |
278278
| `repo.languages` | Map | Lists the languages used in the specified repository. The returned object is a map of key-value pairs representing a language and the percentage of bytes in that language within the code. |

docs/custom-github-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ You can now set up gitStream for a single repo, your GitHub organization or acro
179179
--8<-- "docs/downloads/gitstream.cm"
180180
```
181181

182-
**Github Actions**
183-
182+
**GitHub Actions**
184183
Once your gitStream configuration file is setup, you need a Github Actions configuration file to trigger gitStream automations. Create a `.github/workflows/gitstream.yml` file in your repository's default branch (usually `master` or `main`) and add the following configuration:
185184

186185
```yaml+jinja

0 commit comments

Comments
 (0)