Skip to content

Bump undici from 5.28.2 to 5.28.3 #6

Bump undici from 5.28.2 to 5.28.3

Bump undici from 5.28.2 to 5.28.3 #6

Workflow file for this run

##
# Label incoming pull requests according to configuration in .github/labeler.yml
##
name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
# See documentation: https://github.com/actions/labeler
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"