Skip to content

Commit 2de26b1

Browse files
committed
Don't manually track markdown numbering
It does it automatically when rendered
1 parent 03ebd11 commit 2de26b1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following sequence tests all code paths:
7171
```
7272

7373
Check that no PR would be opened.
74-
2. Run the script with the `empty` repo argument to simulate CI running with inactive users:
74+
1. Run the script with the `empty` repo argument to simulate CI running with inactive users:
7575

7676
```bash
7777
scripts/retire.sh infinisil-test-org empty nixpkgs-committers members 'yesterday 1 month ago'
@@ -85,22 +85,22 @@ The following sequence tests all code paths:
8585

8686
Check that it created the PR appropriately.
8787
You can undo this step by closing the PR.
88-
3. Run it again to simulate CI running again later:
88+
1. Run it again to simulate CI running again later:
8989
```bash
9090
PROD=1 scripts/retire.sh infinisil-test-org empty nixpkgs-committers members 'yesterday 1 month ago'
9191
```
9292
Check that no other PR is opened.
93-
4. Run it again with `now` as the date to simulate the time interval passing:
93+
1. Run it again with `now` as the date to simulate the time interval passing:
9494
```bash
9595
PROD=1 scripts/retire.sh infinisil-test-org empty nixpkgs-committers members now
9696
```
9797
Check that it undrafted the previous PR and posted an appropriate comment.
98-
5. Run it again to simulate CI running again later:
98+
1. Run it again to simulate CI running again later:
9999
```bash
100100
PROD=1 scripts/retire.sh infinisil-test-org empty nixpkgs-committers members now
101101
```
102-
6. Reset by marking the PR as a draft again.
103-
7. Run it again with the `active` repo argument to simulate activity during the time interval:
102+
1. Reset by marking the PR as a draft again.
103+
1. Run it again with the `active` repo argument to simulate activity during the time interval:
104104
```bash
105105
PROD=1 scripts/retire.sh infinisil-test-org active nixpkgs-committers members now
106106
```

0 commit comments

Comments
 (0)