1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-13 04:25:50 +08:00
nvm/.github/workflows/rebase.yml

16 lines
250 B
YAML

name: Automatic Rebase
on: [pull_request]
jobs:
_:
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}