Browse Source

Run the rebase conflict checker once an hour (#25914)

lets-bump-hometown-to-mastodon-4.2
Matt Jankowski 3 years ago committed by GitHub
parent
commit
a02ae37766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/rebase-needed.yml

13
.github/workflows/rebase-needed.yml

@ -1,17 +1,8 @@
name: PR Needs Rebase
on:
push:
branches-ignore:
- 'dependabot/**'
- 'renovate/**'
- 'l10n_main'
pull_request_target:
branches-ignore:
- 'dependabot/**'
- 'renovate/**'
- 'l10n_main'
types: [synchronize]
schedule:
cron: '0 * * * *'
permissions:
pull-requests: write

Loading…
Cancel
Save