Skip to content

Commit 451ff50

Browse files
committed
Sync repo templates ⚙
Sync with coreos/repo-templates@46822f8.
1 parent ceb250d commit 451ff50

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-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

0 commit comments

Comments
 (0)