Skip to content

Commit 03774b5

Browse files
committed
Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo.
Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell]
1 parent 7bd3408 commit 03774b5

10 files changed

+10384
-5
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nix/** linguist-generated
2+
Cargo.nix linguist-generated
3+
crate-hashes.json linguist-generated

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
# Acceptance
3333
- [ ] Feature Tracker has been updated
3434
- [ ] Proper release label has been added
35+
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
3536
```

.github/workflows/pr_reviewdog.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
locale: "US"
78+
# Ignore spellchecking generated files
79+
exclude: |
80+
./Cargo.nix
7881
7982
languagetool:
8083
runs-on: ubuntu-latest

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ target/
99

1010
*.tgz
1111

12-
Cargo.nix
13-
crate-hashes.json
1412
result
1513
image.tar
1614

17-
tilt_options.json
15+
tilt_options.json

0 commit comments

Comments
 (0)