Fedora 40.
This commit is contained in:
parent
15cddd986c
commit
6e2afc05c6
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: Pull request
|
||||||
|
about: Describe the proposed change
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the change**
|
||||||
|
A clear and concise description of what the pull request is.
|
||||||
|
|
||||||
|
**Testing**
|
||||||
|
In case a feature was added, how were tests performed?
|
||||||
|
|
@ -119,6 +119,8 @@
|
||||||
dest: .yamllint
|
dest: .yamllint
|
||||||
- source: pre-commit-config.yaml
|
- source: pre-commit-config.yaml
|
||||||
dest: .pre-commit-config.yaml
|
dest: .pre-commit-config.yaml
|
||||||
|
- source: pull_request_template.md
|
||||||
|
dest: .github/pull_request_template.md
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.source }}"
|
label: "{{ item.source }}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,16 +63,14 @@ distribution_version_mapping:
|
||||||
- latest
|
- latest
|
||||||
Fedora:
|
Fedora:
|
||||||
all:
|
all:
|
||||||
- 38
|
- 39
|
||||||
- latest
|
- latest
|
||||||
- rawhide
|
- rawhide
|
||||||
"37":
|
|
||||||
- 37
|
|
||||||
"38":
|
|
||||||
- 38
|
|
||||||
"39":
|
"39":
|
||||||
- latest
|
- 39
|
||||||
"40":
|
"40":
|
||||||
|
- latest
|
||||||
|
"41":
|
||||||
- rawhide
|
- rawhide
|
||||||
opensuse:
|
opensuse:
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue