remix-project mirror
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.
 
 
 
 
 
remix-project/.github/workflows/rebase-pull-requests.yml

11 lines
190 B

name: Rebase Pull Requests
on:
push:
branches: [master]
workflow_dispatch:
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: yann300/rebase-pull-requests@master