Skip to content

Commit

Permalink
Create rebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Apr 27, 2023
1 parent 284545f commit 692c50e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Rebase
on:
schedule:
- cron: '40 7 * * *'
workflow_dispatch:

jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/rebase@v2
with:
exclude-labels: |
ci:norebase
dependencies
exclude-drafts: true

0 comments on commit 692c50e

Please sign in to comment.