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
-[ ]Pin VRL to latest released version rather than `main`
45
-
-[ ]Check if there is a newer version of [Alpine](https://alpinelinux.org/releases/) or [Debian](https://www.debian.org/releases/) available to update the release images in
45
+
- Pin VRL to latest released version rather than `main`
46
+
- Check if there is a newer version of [Alpine](https://alpinelinux.org/releases/) or [Debian](https://www.debian.org/releases/) available to update the release images in
46
47
`distribution/docker/`. Update if so.
47
-
-[ ]Run `cargo vdev build release-cue` to generate a new cue file for the release
48
-
-[ ]Copy VRL changelogs from the VRL version in the last Vector release as a new changelog entry
48
+
- Run `cargo vdev build release-cue` to generate a new cue file for the release
49
+
- Copy VRL changelogs from the VRL version in the last Vector release as a new changelog entry
- Do not hesitate to use `@vectordotdev/vector` to reach out to us regarding this PR.
41
44
- Some CI checks run only after we manually approve them.
@@ -48,7 +51,7 @@ Changes to CI, website, playground and similar are generally not considered user
48
51
- Feel free to push as many commits as you want. They will be squashed into one before merging.
49
52
- For example, you can run `git merge origin master` and `git push`.
50
53
- If this PR introduces changes Vector dependencies (modifies `Cargo.lock`), please
51
-
run `make build-licenses` to regenerate the [license inventory](https://github.com/vectordotdev/vrl/blob/main/LICENSE-3rdparty.csv) and commit the changes (if any). More details [here](https://crates.io/crates/dd-rust-license-tool).
54
+
run `make build-licenses` to regenerate the [license inventory](https://github.com/vectordotdev/vrl/blob/main/LICENSE-3rdparty.csv) and commit the changes (if any). More details on the [dd-rust-license-tool](https://crates.io/crates/dd-rust-license-tool).
Copy file name to clipboardExpand all lines: .github/actions/spelling/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# check-spelling/check-spelling configuration
2
2
3
3
File | Purpose | Format | Info
4
-
-|-|-|-
4
+
--- | --- | --- | ---
5
5
[dictionary.txt](dictionary.txt) | Replacement dictionary (creating this file will override the default dictionary) | one word per line | [dictionary](https://github.com/check-spelling/check-spelling/wiki/Configuration#dictionary)
6
6
[allow.txt](allow.txt) | Add words to the dictionary | one word per line (only letters and `'`s allowed) | [allow](https://github.com/check-spelling/check-spelling/wiki/Configuration#allow)
7
7
[reject.txt](reject.txt) | Remove words from the dictionary (after allow) | grep pattern matching whole dictionary words | [reject](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-reject)
0 commit comments