Create rebase-pull-requests.yml

pull/725/head
yann300 4 years ago committed by GitHub
parent 83793276b9
commit df7eafa344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/rebase-pull-requests.yml

@ -0,0 +1,9 @@
name: Rebase Pull Requests
on:
push:
branches: [master]
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: linhbn123/rebase-pull-requests@v1.0.1
Loading…
Cancel
Save