Skip to content

Commit 70a9c02

Browse files
authored
Merge pull request #195 from github/dependabot/github_actions/super-linter/super-linter-7.0.0
chore(deps): bump super-linter/super-linter from 6.8.0 to 7.0.0
2 parents 37c027b + f39cb5b commit 70a9c02

18 files changed

+183
-179
lines changed

.github/linters/.jscpd.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"threshold": 25,
3-
"ignore": [
4-
"test*"
5-
],
6-
"absolute": true
7-
}
2+
"threshold": 25,
3+
"ignore": ["test*"],
4+
"absolute": true
5+
}

.github/linters/.yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
rules:
33
line-length:
44
level: warning
5-
max: 1024
5+
max: 1024

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Pull Request
2-
<!--
2+
3+
<!--
34
PR title needs to be prefixed with a conventional commit type
45
(build,chore,ci,docs,feat,fix,perf,refactor,revert,style,test)
56
@@ -9,6 +10,7 @@ examples: "feat: add new logger" or "fix: remove unused imports"
910
-->
1011

1112
## Proposed Changes
13+
1214
<!-- Describe what the changes are and link to a GitHub Issue if one exists -->
1315

1416
## Readiness Checklist

.github/release-drafter.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
---
2-
name-template: 'v$RESOLVED_VERSION'
3-
tag-template: 'v$RESOLVED_VERSION'
2+
name-template: "v$RESOLVED_VERSION"
3+
tag-template: "v$RESOLVED_VERSION"
44
template: |
55
# Changelog
66
$CHANGES
77
88
See details of [all code changes](https://github.com/github/stale-repos/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
99
1010
categories:
11-
- title: '🚀 Features'
11+
- title: "🚀 Features"
1212
labels:
13-
- 'feature'
14-
- 'enhancement'
15-
- title: '🐛 Bug Fixes'
13+
- "feature"
14+
- "enhancement"
15+
- title: "🐛 Bug Fixes"
1616
labels:
17-
- 'fix'
18-
- 'bugfix'
19-
- 'bug'
20-
- title: '🧰 Maintenance'
17+
- "fix"
18+
- "bugfix"
19+
- "bug"
20+
- title: "🧰 Maintenance"
2121
labels:
22-
- 'infrastructure'
23-
- 'automation'
24-
- 'documentation'
25-
- 'dependencies'
26-
- 'maintenance'
27-
- 'revert'
28-
- title: '🏎 Performance'
29-
label: 'performance'
30-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
22+
- "infrastructure"
23+
- "automation"
24+
- "documentation"
25+
- "dependencies"
26+
- "maintenance"
27+
- "revert"
28+
- title: "🏎 Performance"
29+
label: "performance"
30+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
3131
version-resolver:
3232
major:
3333
labels:
34-
- 'breaking'
34+
- "breaking"
3535
minor:
3636
labels:
37-
- 'enhancement'
38-
- 'fix'
37+
- "enhancement"
38+
- "fix"
3939
patch:
4040
labels:
41-
- 'documentation'
42-
- 'maintenance'
41+
- "documentation"
42+
- "maintenance"
4343
default: patch
4444
autolabeler:
45-
- label: 'automation'
45+
- label: "automation"
4646
title:
47-
- '/^(build|ci|perf|refactor|test).*/i'
48-
- label: 'enhancement'
47+
- "/^(build|ci|perf|refactor|test).*/i"
48+
- label: "enhancement"
4949
title:
50-
- '/^(style).*/i'
51-
- label: 'documentation'
50+
- "/^(style).*/i"
51+
- label: "documentation"
5252
title:
53-
- '/^(docs).*/i'
54-
- label: 'feature'
53+
- "/^(docs).*/i"
54+
- label: "feature"
5555
title:
56-
- '/^(feat).*/i'
57-
- label: 'fix'
56+
- "/^(feat).*/i"
57+
- label: "fix"
5858
title:
59-
- '/^(fix).*/i'
60-
- label: 'infrastructure'
59+
- "/^(fix).*/i"
60+
- label: "infrastructure"
6161
title:
62-
- '/^(infrastructure).*/i'
63-
- label: 'maintenance'
62+
- "/^(infrastructure).*/i"
63+
- label: "maintenance"
6464
title:
65-
- '/^(chore|maintenance).*/i'
66-
- label: 'revert'
65+
- "/^(chore|maintenance).*/i"
66+
- label: "revert"
6767
title:
68-
- '/^(revert).*/i'
68+
- "/^(revert).*/i"

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Auto Labeler
44
on:
55
# pull_request_target event is required for autolabeler to support all PRs including forks
66
pull_request_target:
7-
types: [ opened, reopened, edited, synchronize ]
7+
types: [opened, reopened, edited, synchronize]
88

99
permissions:
1010
contents: read

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Docker Image CI
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [main]
77
pull_request:
8-
branches: [ main ]
8+
branches: [main]
99

1010
permissions:
1111
contents: read

.github/workflows/linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Code Base
33

44
on:
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77

88
permissions:
99
contents: read
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@b4515bd4ad9d0aa4681960e053916ab991bdbe96
31+
uses: super-linter/super-linter@02a1172d274f021e4c70f66e23f1085eadd1064b
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/major-version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Major Version Updater
33
# Whenever a new release is made, push a major version tag
44
on:
55
release:
6-
types: [ published ]
6+
types: [published]
77

88
permissions:
99
contents: read

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: "Lint PR Title"
44

55
on:
66
pull_request_target:
7-
types: [ opened, reopened, edited, synchronize ]
7+
types: [opened, reopened, edited, synchronize]
88

99
permissions:
1010
contents: read

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [main]
99
pull_request:
10-
branches: [ main ]
10+
branches: [main]
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)