Skip to content

Commit b230b2a

Browse files
authored
Merge branch 'main' into jetbrains
2 parents ec5aa85 + cde8fe3 commit b230b2a

File tree

17 files changed

+1083
-17
lines changed

17 files changed

+1083
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
Closes #
2+
13
## Description
24

35
<!-- Briefly describe what this PR does and why -->
46

5-
---
6-
77
## Type of Change
88

99
- [ ] New module
@@ -12,8 +12,6 @@
1212
- [ ] Documentation
1313
- [ ] Other
1414

15-
---
16-
1715
## Module Information
1816

1917
<!-- Delete this section if not applicable -->
@@ -22,18 +20,12 @@
2220
**New version:** `v1.0.0`
2321
**Breaking change:** [ ] Yes [ ] No
2422

25-
---
26-
2723
## Testing & Validation
2824

2925
- [ ] Tests pass (`bun test`)
3026
- [ ] Code formatted (`bun run fmt`)
3127
- [ ] Changes tested locally
3228

33-
---
34-
3529
## Related Issues
3630

3731
<!-- Link related issues or write "None" if not applicable -->
38-
39-
Closes #

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Validate formatting
4949
run: bun fmt:ci
5050
- name: Check for typos
51-
uses: crate-ci/typos@v1.33.1
51+
uses: crate-ci/typos@v1.34.0
5252
with:
5353
config: .github/typos.toml
5454
validate-readme-files:

.github/workflows/deploy-registry.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
# Matches release/<namespace>/<resource_name>/<semantic_version>
77
# (e.g., "release/whizus/exoscale-zone/v1.0.13")
88
- "release/*/*/v*.*.*"
9+
branches: # Templates get released when merged to main
10+
- main
11+
paths:
12+
- ".github/workflows/deploy-registry.yaml"
13+
- "registry/**/templates/**"
14+
- ".icons/**"
915

1016
jobs:
1117
deploy:

.icons/tasks.svg

Lines changed: 5 additions & 0 deletions
Loading

package-lock.json

Lines changed: 308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)