Skip to content

Commit cd63fd7

Browse files
committed
chore: run rekres
Run rekres to regenerate configs. Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent 5b26ed7 commit cd63fd7

File tree

6 files changed

+19
-30
lines changed

6 files changed

+19
-30
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-04-09T14:21:53Z by kres d903dae.
3+
# Generated on 2025-11-17T11:26:26Z by kres e1d6dac.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-09-01T14:49:33Z by kres 784fa1f.
3+
# Generated on 2025-11-17T11:45:00Z by kres e1d6dac.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -26,13 +26,12 @@ jobs:
2626
packages: write
2727
pull-requests: read
2828
runs-on:
29-
- self-hosted
30-
- generic
29+
group: generic
3130
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name == 'pull_request'
3231
steps:
3332
- name: gather-system-info
3433
id: system-info
35-
uses: kenchan0130/actions-system-info@v1.3.1
34+
uses: kenchan0130/actions-system-info@v1.4.0
3635
continue-on-error: true
3736
- name: print-system-info
3837
run: |
@@ -104,13 +103,12 @@ jobs:
104103
packages: write
105104
pull-requests: read
106105
runs-on:
107-
- self-hosted
108-
- generic
106+
group: generic
109107
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
110108
steps:
111109
- name: gather-system-info
112110
id: system-info
113-
uses: kenchan0130/actions-system-info@v1.3.1
111+
uses: kenchan0130/actions-system-info@v1.4.0
114112
continue-on-error: true
115113
- name: print-system-info
116114
run: |
@@ -166,13 +164,12 @@ jobs:
166164
packages: write
167165
pull-requests: read
168166
runs-on:
169-
- self-hosted
170-
- generic
167+
group: generic
171168
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && startsWith(github.ref, 'refs/tags/')
172169
steps:
173170
- name: gather-system-info
174171
id: system-info
175-
uses: kenchan0130/actions-system-info@v1.3.1
172+
uses: kenchan0130/actions-system-info@v1.4.0
176173
continue-on-error: true
177174
- name: print-system-info
178175
run: |
@@ -231,7 +228,7 @@ jobs:
231228
sha256sum bootstrap-talos/*/* > sha256sum.txt
232229
sha512sum bootstrap-talos/*/* > sha512sum.txt
233230
- name: release
234-
uses: crazy-max/ghaction-github-release@v2
231+
uses: softprops/action-gh-release@v2
235232
with:
236233
body_path: _out/RELEASE_NOTES.md
237234
draft: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-11T16:22:48Z by kres 79636f7.
3+
# Generated on 2025-11-17T11:45:00Z by kres e1d6dac.
44

55
"on":
66
workflow_run:
@@ -14,8 +14,7 @@ name: slack-notify-failure
1414
jobs:
1515
slack-notify:
1616
runs-on:
17-
- self-hosted
18-
- generic
17+
group: generic
1918
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
2019
steps:
2120
- name: Slack Notify

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-11T16:22:48Z by kres 79636f7.
3+
# Generated on 2025-11-17T11:45:00Z by kres e1d6dac.
44

55
"on":
66
workflow_run:
@@ -12,8 +12,7 @@ name: slack-notify
1212
jobs:
1313
slack-notify:
1414
runs-on:
15-
- self-hosted
16-
- generic
15+
group: generic
1716
if: github.event.workflow_run.conclusion != 'skipped'
1817
steps:
1918
- name: Get PR number

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-11T16:22:48Z by kres 79636f7.
3+
# Generated on 2025-11-17T11:45:00Z by kres e1d6dac.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v9.1.0
18+
uses: actions/stale@v10.1.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

.kres.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ spec:
2929
- name: default
3030
buildxOptions:
3131
enabled: true
32-
runners:
33-
- self-hosted
34-
- generic
32+
runnerGroup: generic
3533
conditions:
3634
- on-pull-request
3735
steps:
@@ -56,9 +54,7 @@ spec:
5654
- name: push
5755
buildxOptions:
5856
enabled: true
59-
runners:
60-
- self-hosted
61-
- generic
57+
runnerGroup: generic
6258
conditions:
6359
- except-pull-request
6460
- not-on-tag
@@ -74,9 +70,7 @@ spec:
7470
- name: tag
7571
buildxOptions:
7672
enabled: true
77-
runners:
78-
- self-hosted
79-
- generic
73+
runnerGroup: generic
8074
conditions:
8175
- only-on-tag
8276
steps:

0 commit comments

Comments
 (0)