You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rebase.yml 250B

123456789101112131415
  1. name: Automatic Rebase
  2. on: [pull_request]
  3. jobs:
  4. _:
  5. name: "Automatic Rebase"
  6. runs-on: ubuntu-latest
  7. steps:
  8. - uses: actions/checkout@v1
  9. - uses: ljharb/rebase@master
  10. env:
  11. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}