Skip to content

fix: support gzip-encoded responses from the server #399

fix: support gzip-encoded responses from the server

fix: support gzip-encoded responses from the server #399

Workflow file for this run

---
name: "Pull Request Labeler"
on: # yamllint disable-line rule:truthy
pull_request_target:
merge_group:
types:
- "checks_requested"
jobs:
triage:
runs-on: "ubuntu-latest"
permissions:
contents: read
pull-requests: write
steps:
- uses: "actions/labeler@v6"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true