Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/batch-changes/batch-spec-templating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Put information in environment variables, based on the output of previous step `

```yaml
steps:
- run: echo $LINTER_ERRROS >> linter_errors.txt
- run: echo $LINTER_ERRORS >> linter_errors.txt
container: alpine:3
env:
LINTER_ERRORS: ${{ previous_step.stdout }}
Expand Down Expand Up @@ -240,7 +240,7 @@ changesetTemplate:
# Since templating fields use Go's `text/template` and `goreleaserConfig` was
# parsed as YAML we can iterate over every field:
body: |
This repository has a `gorelaserConfig`: ${{ outputs.goreleaserConfigExists.exists }}.
This repository has a `goreleaserConfig`: ${{ outputs.goreleaserConfigExists.exists }}.

The `goreleaser.yml` defines the following `before.hooks`:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ file:package.json /"license":\s(.*),/

See which repositories import a library (group by repository)

```sguqery
```sgquery
from '@sourcegraph/wildcard'
```

Expand Down Expand Up @@ -84,7 +84,7 @@ See all your tracer calls to track the growth of, or minimize spend on, tools li

See which repositories import a library

```sguqery
```sgquery
/from\s'\@sourcegraph\/wildcard/
```

Expand Down
2 changes: 1 addition & 1 deletion docs/code-navigation/auto-indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ New policies can also be created to apply to the HEAD of the default branch, or

![Global auto-indexing policy configuration edit page](https://storage.googleapis.com/sourcegraph-assets/docs/images/code-intelligence/renamed/global-create-indexing.png)

![lobal auto-indexing policy configuration created confirmation](https://storage.googleapis.com/sourcegraph-assets/docs/images/code-intelligence/renamed/post-create.png)
![Global auto-indexing policy configuration created confirmation](https://storage.googleapis.com/sourcegraph-assets/docs/images/code-intelligence/renamed/post-create.png)

New policies can be created to apply to a set of repositories that are matched by name. For example, you may want to enable indexing for a particular set of repositories (in this example, repositories in the `sourcegraph` organization).

Expand Down