Skip to content

Commit d0089e5

Browse files
jorgepilotopyansys-ci-botecoussoux-ansysAlejandroFernandezLucesRobPasMue
authored
feat: technical review (#39)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Edouard Coussoux <[email protected]> Co-authored-by: Alex Fernandez Luces <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 0f9db35 commit d0089e5

File tree

25 files changed

+2186
-1737
lines changed

25 files changed

+2186
-1737
lines changed

.github/dependabot.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
cooldown:
9+
default-days: 5
10+
include:
11+
- "*"
12+
exclude:
13+
- "ansys-sphinx-theme"
14+
- "ansys-tools-visualization-interface"
15+
labels:
16+
- "maintenance"
17+
- "dependencies"
18+
assignees:
19+
- "pyansys-ci-bot"
20+
commit-message:
21+
prefix: "build"
22+
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: "daily"
27+
cooldown:
28+
default-days: 5
29+
include:
30+
- "*"
31+
exclude:
32+
- "ansys/actions/*"
33+
labels:
34+
- "maintenance"
35+
- "dependencies"
36+
assignees:
37+
- "pyansys-ci-bot"
38+
commit-message:
39+
prefix: "ci"

.github/labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
documentation:
2-
- changed-files:
3-
- any-glob-to-any-file: ['doc/source/**/*', 'README.md']
2+
- changed-files:
3+
- any-glob-to-any-file: [doc/source/**/*, README.md]
44

55
maintenance:
6-
- changed-files:
7-
- any-glob-to-any-file: ['.github/**/*', 'pyproject.toml', 'tox.ini', '.pre-commit-config.yaml']
6+
- changed-files:
7+
- any-glob-to-any-file: [.github/**/*, pyproject.toml, tox.ini, .pre-commit-config.yaml]
88

99
testing:
10-
- changed-files:
11-
- any-glob-to-any-file: ['tests/*']
10+
- changed-files:
11+
- any-glob-to-any-file: [tests/*]

.github/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
- name: top priority
4242
description: Must be fixed promptly
43-
color: ab8a50
43+
color: ab8a50

0 commit comments

Comments
 (0)