Skip to content

Commit b406b70

Browse files
committed
Merge branch 'fix/109-update-discussion-forum-links' of https://github.com/Shubham0699/shape-builder into fix/109-update-discussion-forum-links
2 parents 7b70d5f + cad1d0b commit b406b70

4 files changed

Lines changed: 41 additions & 96 deletions

File tree

.github/labeler.yml

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,26 @@
11
area/docs:
22
- changed-files:
33
- any-glob-to-any-file:
4-
- "docs/**/*"
4+
- "*.md"
5+
- "site/**/*.md"
6+
57
area/ci:
68
- changed-files:
79
- any-glob-to-any-file:
810
- ".github/**/*"
11+
912
component/ui:
1013
- changed-files:
1114
- any-glob-to-any-file:
12-
- "ui/**/*"
13-
- "provider-ui/**/*"
14-
component/server:
15-
- changed-files:
16-
- any-glob-to-any-file:
17-
- "server/**/*"
18-
area/models:
19-
- changed-files:
20-
- any-glob-to-any-file:
21-
- "server/meshmodel/**/*"
22-
component/mesheryctl:
23-
- changed-files:
24-
- any-glob-to-any-file:
25-
- "mesheryctl/**/*"
15+
- "site/src/**/*"
16+
- "site/gatsby-*.js"
17+
- "site/package.json"
18+
- "site/package-lock.json"
19+
2620
component/extensions:
2721
- changed-files:
2822
- any-glob-to-any-file:
29-
- "install/docker-extension/**/*"
30-
- "ui/components/ExtensionSandbox.js"
31-
- "ui/remote-component.config.js"
32-
area/lifecycle:
33-
- changed-files:
34-
- any-glob-to-any-file:
35-
- "install/*"
36-
kubernetes:
37-
- changed-files:
38-
- any-glob-to-any-file:
39-
- "install/deployment_yamls/*"
40-
- "install/kubernetes/**/*"
41-
framework/helm:
42-
- changed-files:
43-
- any-glob-to-any-file:
44-
- "install/kubernetes/helm/**/*"
45-
framework/graphql:
46-
- changed-files:
47-
- any-glob-to-any-file:
48-
- "server/internal/graphql/*"
49-
component/database:
50-
- changed-files:
51-
- any-glob-to-any-file:
52-
- "server/internal/sql/*"
53-
playground:
54-
- changed-files:
55-
- any-glob-to-any-file:
56-
- "install/playground/**/*"
57-
opa:
58-
- changed-files:
59-
- any-glob-to-any-file:
60-
- "*.rego"
61-
tests:
62-
- changed-files:
63-
- any-glob-to-any-file:
64-
- "ui/tests/**/*"
23+
- "build/**/*"
24+
- "site/**/*"
25+
- "Makefile"
26+
- "script.sh"

.github/release-drafter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name-template: 'Meshery v$NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
3-
no-duplicate-categories: true
43
categories:
54
- title: '🚀 Features'
65
labels:

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
permissions:
88
contents: read
99
pull-requests: write
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/labeler@v6
1313
with:
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)