diff options
Diffstat (limited to 'node_modules/is-date-object/.github/workflows')
-rw-r--r-- | node_modules/is-date-object/.github/workflows/rebase.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/is-date-object/.github/workflows/rebase.yml b/node_modules/is-date-object/.github/workflows/rebase.yml deleted file mode 100644 index 436cb79..0000000 --- a/node_modules/is-date-object/.github/workflows/rebase.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Automatic Rebase - -on: [pull_request] - -jobs: - _: - name: "Automatic Rebase" - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - uses: ljharb/rebase@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |