Skip to content

Bump node-fetch from 2.6.1 to 3.3.1 #371

Bump node-fetch from 2.6.1 to 3.3.1

Bump node-fetch from 2.6.1 to 3.3.1 #371

Workflow file for this run

on:
issue_comment:
types:
- created
name: Automatic Rebase
jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
steps:
- uses: khan/pull-request-comment-trigger@master
id: check
with:
trigger: '/rebase'
reaction: rocket
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- uses: actions/checkout@v2
if: steps.check.outputs.triggered == 'true'
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.4
if: steps.check.outputs.triggered == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}