source:
frontend/node_modules/util.promisify/.github/workflows/rebase.yml
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 250 bytes | |
| Line | |
|---|---|
| 1 | name: Automatic Rebase |
| 2 | |
| 3 | on: [pull_request] |
| 4 | |
| 5 | jobs: |
| 6 | _: |
| 7 | name: "Automatic Rebase" |
| 8 | |
| 9 | runs-on: ubuntu-latest |
| 10 | |
| 11 | steps: |
| 12 | - uses: actions/checkout@v1 |
| 13 | - uses: ljharb/rebase@master |
| 14 | env: |
| 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Note:
See TracBrowser
for help on using the repository browser.
