Skip to content

Commit

Permalink
Merge pull request #1277 from lisphilar/issue1199_rebase
Browse files Browse the repository at this point in the history
add automated rebase workflow
  • Loading branch information
lisphilar authored Oct 10, 2022
2 parents b393f54 + 659c2fd commit c40c986
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rebase-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Rebase Pull Requests

on:
push:
branches: [main]

jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: linhbn123/[email protected]

0 comments on commit c40c986

Please sign in to comment.