1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

Sync repo templates ⚙

Sync with coreos/repo-templates@5386c91f3f.
This commit is contained in:
CoreOS Bot
2025-12-18 18:47:16 +00:00
committed by Dusty Mabe
parent 0b966a75a6
commit 75851b4f1b
4 changed files with 18 additions and 3 deletions

12
.gemini/config.yaml Normal file
View File

@@ -0,0 +1,12 @@
# This config mainly overrides `summary: false` by default
# as it's really noisy.
have_fun: true
code_review:
disable: false
comment_severity_threshold: MEDIUM
max_review_comments: -1
pull_request_opened:
help: false
summary: false # turned off by default
code_review: true
ignore_patterns: []

View File

@@ -1,4 +1,6 @@
name: Find whitespace
# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
name: Find Whitespace
on:
pull_request:
@@ -14,7 +16,7 @@ jobs:
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v5
# https://github.com/actions/checkout/issues/760
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

View File

@@ -16,7 +16,7 @@ jobs:
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# https://github.com/actions/checkout/issues/760
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
set -euo pipefail