mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 12:12:14 +00:00
Run the rebase conflict checker once an hour (#25914)
This commit is contained in:
parent
9411fa4d36
commit
a02ae37766
13
.github/workflows/rebase-needed.yml
vendored
13
.github/workflows/rebase-needed.yml
vendored
|
@ -1,17 +1,8 @@
|
||||||
name: PR Needs Rebase
|
name: PR Needs Rebase
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches-ignore:
|
cron: '0 * * * *'
|
||||||
- 'dependabot/**'
|
|
||||||
- 'renovate/**'
|
|
||||||
- 'l10n_main'
|
|
||||||
pull_request_target:
|
|
||||||
branches-ignore:
|
|
||||||
- 'dependabot/**'
|
|
||||||
- 'renovate/**'
|
|
||||||
- 'l10n_main'
|
|
||||||
types: [synchronize]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
Loading…
Reference in a new issue