Skip to content

Commit face903

Browse files
authored
Merge pull request #358 from Novusvetus/updates-2022-12-03
Updates 2022-12-03
2 parents 1ac7cf3 + c24d04b commit face903

13 files changed

+746
-5170
lines changed

.github/FUNDING.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# These are supported funding model platforms
2-
3-
github: [novusvetus]
1+
github:
2+
- novusvetus
43
ko_fi: novusvetus
5-
custom: ["https://www.paypal.me/marcelru"]
4+
custom:
5+
- 'https://www.paypal.me/marcelru'

.github/dependabot.yml

+20-22
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
version: 2
22
updates:
3-
4-
# Maintain dependencies for GitHub Actions
5-
- package-ecosystem: "github-actions"
6-
directory: "/"
3+
-
4+
package-ecosystem: github-actions
5+
directory: /
76
schedule:
8-
interval: "daily"
9-
time: "06:00"
10-
timezone: "Europe/Berlin"
7+
interval: daily
8+
time: '06:00'
9+
timezone: Europe/Berlin
1110
assignees:
12-
- "novusvetus"
11+
- novusvetus
1312
reviewers:
14-
- "novusvetus"
13+
- novusvetus
1514
labels:
16-
- "maintenance"
17-
- "dependencies"
15+
- maintenance
16+
- dependencies
1817
open-pull-requests-limit: 10
19-
20-
# Maintain dependencies for npm
21-
- package-ecosystem: "npm"
22-
directory: "/"
18+
-
19+
package-ecosystem: npm
20+
directory: /
2321
schedule:
24-
interval: "daily"
25-
time: "06:00"
26-
timezone: "Europe/Berlin"
22+
interval: daily
23+
time: '06:00'
24+
timezone: Europe/Berlin
2725
assignees:
28-
- "novusvetus"
26+
- novusvetus
2927
reviewers:
30-
- "novusvetus"
28+
- novusvetus
3129
labels:
32-
- "maintenance"
33-
- "dependencies"
30+
- maintenance
31+
- dependencies
3432
open-pull-requests-limit: 10

.github/labels.yml

+84-64
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,112 @@
1-
---
2-
- name: "breaking change"
1+
-
2+
name: 'breaking change'
33
color: ee0701
4-
description: "A breaking change for existing users."
5-
- name: "bug"
4+
description: 'A breaking change for existing users.'
5+
-
6+
name: bug
67
color: ee0701
7-
description: "Inconsistencies or issues which will cause a problem for users or implementors."
8-
- name: "documentation"
8+
description: 'Inconsistencies or issues which will cause a problem for users or implementors.'
9+
-
10+
name: documentation
911
color: 0052cc
10-
description: "Solely about the documentation of the project."
11-
- name: "enhancement"
12+
description: 'Solely about the documentation of the project.'
13+
-
14+
name: enhancement
1215
color: 1d76db
13-
description: "Enhancement of the code, not introducing new features."
14-
- name: "refactor"
16+
description: 'Enhancement of the code, not introducing new features.'
17+
-
18+
name: refactor
1519
color: 1d76db
16-
description: "Improvement of existing code, not introducing new features."
17-
- name: "performance"
20+
description: 'Improvement of existing code, not introducing new features.'
21+
-
22+
name: performance
1823
color: 1d76db
19-
description: "Improving performance, not introducing new features."
20-
- name: "new feature"
24+
description: 'Improving performance, not introducing new features.'
25+
-
26+
name: 'new feature'
2127
color: 0e8a16
22-
description: "New features or options."
23-
- name: "maintenance"
28+
description: 'New features or options.'
29+
-
30+
name: maintenance
2431
color: 2af79e
25-
description: "Generic maintenance tasks."
26-
- name: "ci"
32+
description: 'Generic maintenance tasks.'
33+
-
34+
name: ci
2735
color: 1d76db
28-
description: "Work that improves the continue integration."
29-
- name: "dependencies"
36+
description: 'Work that improves the continue integration.'
37+
-
38+
name: dependencies
3039
color: 1d76db
31-
description: "Upgrade or downgrade of project dependencies."
32-
- name: "question"
40+
description: 'Upgrade or downgrade of project dependencies.'
41+
-
42+
name: question
3343
color: d876e3
34-
description: "Further information is requested."
35-
36-
- name: "in progress"
44+
description: 'Further information is requested.'
45+
-
46+
name: 'in progress'
3747
color: fbca04
38-
description: "Issue is currently being resolved by a developer."
39-
- name: "stale"
48+
description: 'Issue is currently being resolved by a developer.'
49+
-
50+
name: stale
4051
color: fef2c0
41-
description: "There has not been activity on this issue or PR for quite some time."
42-
- name: "no stale"
52+
description: 'There has not been activity on this issue or PR for quite some time.'
53+
-
54+
name: 'no stale'
4355
color: fef2c0
44-
description: "This issue or PR is exempted from the stable bot."
45-
- name: "wontfix"
56+
description: 'This issue or PR is exempted from the stable bot.'
57+
-
58+
name: wontfix
4659
color: ffffff
47-
description: "Further information is requested."
48-
49-
- name: "security"
60+
description: 'Further information is requested.'
61+
-
62+
name: security
5063
color: ee0701
51-
description: "Marks a security issue that needs to be resolved ASAP."
52-
- name: "incomplete"
64+
description: 'Marks a security issue that needs to be resolved ASAP.'
65+
-
66+
name: incomplete
5367
color: fef2c0
54-
description: "Marks a PR or issue that is missing information."
55-
- name: "invalid"
68+
description: 'Marks a PR or issue that is missing information.'
69+
-
70+
name: invalid
5671
color: fef2c0
57-
description: "Marks a PR or issue that is missing information."
58-
59-
- name: "good first issue"
72+
description: 'Marks a PR or issue that is missing information.'
73+
-
74+
name: 'good first issue'
6075
color: 0e8a16
61-
description: "Good first issue for people wanting to contribute to the project."
62-
- name: "help wanted"
76+
description: 'Good first issue for people wanting to contribute to the project.'
77+
-
78+
name: 'help wanted'
6379
color: 0e8a16
64-
description: "We need some extra helping hands or expertise in order to resolve this."
65-
66-
- name: "priority critical"
80+
description: 'We need some extra helping hands or expertise in order to resolve this.'
81+
-
82+
name: 'priority critical'
6783
color: ee0701
68-
description: "This should be dealt with ASAP. Not fixing this issue would be a serious error."
69-
- name: "priority high"
84+
description: 'This should be dealt with ASAP. Not fixing this issue would be a serious error.'
85+
-
86+
name: 'priority high'
7087
color: b60205
71-
description: "After critical issues are fixed, these should be dealt with before any further issues."
72-
- name: "priority medium"
88+
description: 'After critical issues are fixed, these should be dealt with before any further issues.'
89+
-
90+
name: 'priority medium'
7391
color: 0e8a16
74-
description: "This issue may be useful, and needs some attention."
75-
- name: "priority low"
92+
description: 'This issue may be useful, and needs some attention.'
93+
-
94+
name: 'priority low'
7695
color: e4ea8a
77-
description: "Nice addition, maybe... someday..."
78-
79-
- name: "major"
96+
description: 'Nice addition, maybe... someday...'
97+
-
98+
name: major
8099
color: b60205
81-
description: "This PR causes a major version bump in the version number."
82-
- name: "minor"
100+
description: 'This PR causes a major version bump in the version number.'
101+
-
102+
name: minor
83103
color: 0e8a16
84-
description: "This PR causes a minor version bump in the version number."
85-
86-
- name: "duplicate"
104+
description: 'This PR causes a minor version bump in the version number.'
105+
-
106+
name: duplicate
87107
color: cfd3d7
88-
description: "This issue or pull request already exists."
89-
90-
- name: "hacktoberfest"
108+
description: 'This issue or pull request already exists.'
109+
-
110+
name: hacktoberfest
91111
color: ea0192
92-
description: "Takes part in Hacktoberfest."
112+
description: 'Takes part in Hacktoberfest.'

.github/workflows/codeql.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
name: CodeQL
2-
3-
on:
4-
push:
5-
pull_request:
2+
'on':
3+
push: null
4+
pull_request: null
65
schedule:
7-
- cron: "30 1 * * 0"
8-
6+
-
7+
cron: '30 1 * * 0'
98
jobs:
109
codeql:
11-
name: 🏭 Scanning
10+
name: '🏭 Scanning'
1211
runs-on: ubuntu-latest
1312
steps:
14-
- name: ⤵️ Check out code from GitHub
13+
-
14+
name: '⤵️ Check out code from GitHub'
1515
uses: actions/checkout@v3
16-
- name: 🏗 Initialize CodeQL
16+
-
17+
name: '🏗 Initialize CodeQL'
1718
uses: github/codeql-action/init@v2
18-
- name: 🚀 Perform CodeQL Analysis
19+
-
20+
name: '🚀 Perform CodeQL Analysis'
1921
uses: github/codeql-action/analyze@v2

.github/workflows/labels.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
name: Sync labels
2-
3-
on:
1+
name: 'Sync labels'
2+
'on':
43
push:
54
branches:
65
- main
76
paths:
87
- .github/labels.yml
98
- .github/workflows/labels.yml
109
schedule:
11-
- cron: "0 3 * * *"
12-
10+
-
11+
cron: '0 3 * * *'
1312
jobs:
1413
labels:
15-
name: ♻️ Sync labels
14+
name: '♻️ Sync labels'
1615
runs-on: ubuntu-latest
1716
steps:
18-
- name: ⤵️ Check out code from GitHub
17+
-
18+
name: '⤵️ Check out code from GitHub'
1919
uses: actions/checkout@v3
20-
- name: 🚀 Run Label Syncer
20+
-
21+
name: '🚀 Run Label Syncer'
2122
uses: micnncim/action-label-syncer@v1.3.0
2223
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/lock.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Lock
2-
3-
on:
2+
'on':
43
schedule:
5-
- cron: "0 9 * * *"
6-
workflow_dispatch:
7-
4+
-
5+
cron: '0 9 * * *'
6+
workflow_dispatch: null
87
jobs:
98
lock:
10-
name: 🔒 Lock closed issues and PRs
9+
name: '🔒 Lock closed issues and PRs'
1110
runs-on: ubuntu-latest
1211
steps:
13-
- uses: dessant/lock-threads@v3
12+
-
13+
uses: dessant/lock-threads@v3
1414
with:
15-
github-token: ${{ github.token }}
16-
issue-inactive-days: "7"
17-
issue-lock-reason: ""
18-
pr-inactive-days: "7"
19-
pr-lock-reason: ""
15+
github-token: '${{ github.token }}'
16+
issue-inactive-days: '7'
17+
issue-lock-reason: ''
18+
pr-inactive-days: '7'
19+
pr-lock-reason: ''

.github/workflows/pr-labels.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
name: PR Labels
2-
3-
on:
1+
name: 'PR Labels'
2+
'on':
43
pull_request:
5-
types: [opened, labeled, unlabeled, synchronize]
6-
4+
types:
5+
- opened
6+
- labeled
7+
- unlabeled
8+
- synchronize
79
jobs:
810
pr_labels:
9-
name: 🏭 Verify
11+
name: '🏭 Verify'
1012
runs-on: ubuntu-latest
1113
steps:
12-
- name: 🏷 Verify PR has a valid label
14+
-
15+
name: '🏷 Verify PR has a valid label'
1316
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
1417
with:
15-
github-token: "${{ secrets.GITHUB_TOKEN }}"
16-
valid-labels: >-
17-
breaking change, bug, documentation, enhancement,
18-
refactor, performance, new feature, maintenance, ci, dependencies, question
18+
github-token: '${{ secrets.GITHUB_TOKEN }}'
19+
valid-labels: 'breaking change, bug, documentation, enhancement, refactor, performance, new feature, maintenance, ci, dependencies, question'
1920
disable-reviews: true

0 commit comments

Comments
 (0)