Skip to content

build: bump follow-redirects from 1.15.0 to 1.15.4 #6186

build: bump follow-redirects from 1.15.0 to 1.15.4

build: bump follow-redirects from 1.15.0 to 1.15.4 #6186

Workflow file for this run

name: Auto Label
on:
pull_request_target:
types: [ opened, synchronize ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# force to ci checkout main repo to avoid
# unexpected PR code to be executed with out github token
ref: main
- uses: ./.github/actions/setup-js-env
- name: Run Label Script
run: |
node .github/scripts/auto-label.cjs
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
PR_NUMBER: ${{ github.event.number }}