Skip to content

Commit 30dd67f

Browse files
Merge pull request #141 from MonolithProjects/fix/small_fixes
Fix/small fixes
2 parents 626a996 + f88794b commit 30dd67f

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

.github/RELEASE_DRAFTER.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'v$RESOLVED_VERSION'
2-
tag-template: 'v$RESOLVED_VERSION'
1+
name-template: '$RESOLVED_VERSION'
2+
tag-template: '$RESOLVED_VERSION'
33
categories:
44
- title: 'Features'
55
labels:
@@ -12,6 +12,8 @@ categories:
1212
- 'bug'
1313
- title: 'Documentation'
1414
label: 'documentation'
15+
- title: 'CI'
16+
label: 'ci'
1517
change-template: '- $TITLE, by @$AUTHOR (#$NUMBER)'
1618
template: |
1719
# What's changed

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: "ci"
2+
color: "ffd966"
3+
description: "Related to Github Actions Workflow"
File renamed without changes.

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
- master
88
types: [opened, synchronize, reopened]
9+
paths:
10+
- 'defaults/**'
11+
- 'handlers/**'
12+
- 'molecule/**'
13+
- 'tasks/**'
14+
- 'vars/**'
915
schedule:
1016
- cron: '0 6 * * 0'
1117
workflow_dispatch:
@@ -28,10 +34,10 @@ jobs:
2834
tag: "latest"
2935
- os: "fedora35"
3036
tag: "latest"
31-
- os: "ubuntu18"
32-
tag: "latest"
3337
- os: "ubuntu20"
3438
tag: "latest"
39+
- os: "ubuntu22"
40+
tag: "latest"
3541
- os: "rockylinux8"
3642
tag: "latest"
3743
steps:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v4
15+
with:
16+
python-version: '3.x'
1517

1618
- name: Run pre-commit
1719
uses: pre-commit/[email protected]

meta/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
- 8
1616
- name: Fedora
1717
versions:
18-
- 28
19-
- 29
20-
- 30
2118
- 31
2219
- 32
20+
- 33
21+
- 34
22+
- 35
23+
- 36
2324
- name: Debian
2425
versions:
2526
- bullseye

0 commit comments

Comments
 (0)