Skip to content

Bump express-static-gzip from 2.1.7 to 2.1.8 #4207

Bump express-static-gzip from 2.1.7 to 2.1.8

Bump express-static-gzip from 2.1.7 to 2.1.8 #4207

Workflow file for this run

name: auto-label
on:
- pull_request
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
# Only run for non-dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}