Skip to content

Auto PR: Regenerating the Go SDK (36c56111e9e0281953834531514edf4b60ee07fe) #817

Auto PR: Regenerating the Go SDK (36c56111e9e0281953834531514edf4b60ee07fe)

Auto PR: Regenerating the Go SDK (36c56111e9e0281953834531514edf4b60ee07fe) #817

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened # run once per PR to work around https://github.com/actions/labeler/issues/624 (avoid unwanted label removal)
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"