File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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 : []
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments