Skip to content

Bump node-fetch from 3.0.0 to 3.3.2 #3760

Bump node-fetch from 3.0.0 to 3.3.2

Bump node-fetch from 3.0.0 to 3.3.2 #3760

Workflow file for this run

name: Close-pr
on:
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/close-pr/') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Close-PR