Skip to content

Commit e66e199

Browse files
authored
Merge pull request #2193 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents 66a64cd + 650b5d3 commit e66e199

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.gemini/config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
have_fun: true
44
code_review:
55
disable: false
6-
comment_severity_threshold: MEDIUM
6+
comment_severity_threshold: "MEDIUM"
77
max_review_comments: -1
88
pull_request_opened:
99
help: false
10-
summary: false # turned off by default
10+
# Turned off by default
11+
summary: false
1112
code_review: true
1213
ignore_patterns: []

.github/workflows/container-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
ref: ${{ github.event.inputs.git-tag }}
3232
# fetch tags so the compiled-in version number is useful

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
# fetch tags so the compiled-in version number is useful
2929
fetch-depth: 0

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: Check out repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: Install Linux dependencies
3333
if: runner.os == 'Linux'
3434
run: |
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Check out repository
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
- name: Set up Go 1.x
6565
uses: actions/setup-go@v5
6666
with:

.github/workflows/ignition-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131
- name: Check out repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Build ignition-validate
3434
shell: bash
3535
run: go build -o ignition-validate github.com/coreos/ignition/v2/validate

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
# https://github.com/actions/checkout/issues/760
2121
- name: Mark git checkout as safe
2222
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)