source: trip-planner-front/node_modules/object.assign/.github/workflows/rebase.yml@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 257 bytes
Line 
1name: Automatic Rebase
2
3on: [pull_request_target]
4
5jobs:
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.