Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 26, 2023
1 parent 7159f3d commit 92bd0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We recommend running this once a day, e.g. at midnight UTC, through the
```yaml
on:
schedule:
cron: "0 0 * * *"
- cron: "0 0 * * *"
```

### `pull_request`
Expand All @@ -49,7 +49,7 @@ To ameliorate this, we run Mergeabot on `pull_request` events too:
```yaml
on:
schedule:
cron: "0 0 * * *"
- cron: "0 0 * * *"

pull_request:
```
Expand Down Expand Up @@ -95,7 +95,7 @@ name: Mergeabot

on:
schedule:
cron: "0 0 * * *"
- cron: "0 0 * * *"

pull_request:

Expand Down

0 comments on commit 92bd0ca

Please sign in to comment.