Skip to content

Fix #16944: Invalid filtering of IPv6 with FILTER_FLAG_NO_RES_RANGE #14190

Fix #16944: Invalid filtering of IPv6 with FILTER_FLAG_NO_RES_RANGE

Fix #16944: Invalid filtering of IPv6 with FILTER_FLAG_NO_RES_RANGE #14190

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
if: github.repository == 'php/php-src'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"