Skip to content

Commit aec1423

Browse files
coreosbotdustymabe
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@bfd0b8b.
1 parent 8da303c commit aec1423

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.gemini/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This config mainly overrides `summary: false` by default
2+
# as it's really noisy.
3+
have_fun: true
4+
code_review:
5+
disable: false
6+
comment_severity_threshold: MEDIUM
7+
max_review_comments: -1
8+
pull_request_opened:
9+
help: false
10+
summary: false # turned off by default
11+
code_review: true
12+
ignore_patterns: []

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,7 @@ Push access to the upstream repository is required in order to publish the new t
105105
- [ ] `git branch -d pre-release-${RELEASE_VER} release-${RELEASE_VER}`
106106

107107
- Fedora packaging:
108-
- [ ] update the `rust-coreos-installer` spec file in [Fedora](https://src.fedoraproject.org/rpms/rust-coreos-installer)
109-
- bump the `Version`
110-
- switch the `Release` back to `1%{?dist}`
111-
- remove any patches obsoleted by the new release
112-
- update changelog
113-
- [ ] run `spectool -g -S rust-coreos-installer.spec`
114-
- [ ] run `kinit your_fas_account@FEDORAPROJECT.ORG`
115-
- [ ] run `fedpkg new-sources $(spectool -S rust-coreos-installer.spec | sed 's:.*/::')`
116-
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-coreos-installer)
108+
- [ ] Review the proposed changes in the PR submitted by Packit in [Fedora](https://src.fedoraproject.org/rpms/rust-coreos-installer/pull-requests).
117109
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f42) then push those, for example:
118110
```bash
119111
git checkout rawhide

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ updates:
1717
labels:
1818
- dependency
1919
- skip-notes
20+
21+
# Group all updates together in a single PR. We can remove some
22+
# updates from a combined update PR via comments to dependabot:
23+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
24+
groups:
25+
build:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)