WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f9fcc04

Browse files
coreosbotdustymabe
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@fd101b2.
1 parent 3632e00 commit f9fcc04

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ Push access to the upstream repository is required in order to publish the new t
9696

9797
- Fedora packaging:
9898
- [ ] Review the proposed changes in the PR submitted by Packit in [Fedora](https://src.fedoraproject.org/rpms/rust-zincati/pull-requests).
99-
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f42) then push those, for example:
99+
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f43) then push those, for example:
100100
```bash
101101
git checkout rawhide
102102
git pull --ff-only
103-
git checkout f42
103+
git checkout f43
104104
git merge --ff-only rawhide
105-
git push origin f42
105+
git push origin f43
106106
```
107107
- [ ] on each of those branches run `fedpkg build`
108108
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v4
3131
- name: Install toolchain
3232
uses: dtolnay/rust-toolchain@v1
3333
with:
@@ -46,7 +46,7 @@ jobs:
4646
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
4747
steps:
4848
- name: Check out repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v4
5050
- name: Install toolchain
5151
uses: dtolnay/rust-toolchain@v1
5252
with:
@@ -63,7 +63,7 @@ jobs:
6363
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
6464
steps:
6565
- name: Check out repository
66-
uses: actions/checkout@v6
66+
uses: actions/checkout@v4
6767
- name: Detect crate MSRV
6868
run: |
6969
msrv=$(cargo metadata --format-version 1 --no-deps | \
@@ -86,7 +86,7 @@ jobs:
8686
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
8787
steps:
8888
- name: Check out repository
89-
uses: actions/checkout@v6
89+
uses: actions/checkout@v4
9090
- name: Install toolchain
9191
uses: dtolnay/rust-toolchain@v1
9292
with:
@@ -108,7 +108,7 @@ jobs:
108108
channel: [beta, nightly]
109109
steps:
110110
- name: Check out repository
111-
uses: actions/checkout@v6
111+
uses: actions/checkout@v4
112112
- name: Install toolchain
113113
uses: dtolnay/rust-toolchain@v1
114114
with:

0 commit comments

Comments
 (0)