Skip to content

Auto PR: Regenerating the Go SDK (258b83376b3a57877f2fd9f64c866afe27237b96) #878

Auto PR: Regenerating the Go SDK (258b83376b3a57877f2fd9f64c866afe27237b96)

Auto PR: Regenerating the Go SDK (258b83376b3a57877f2fd9f64c866afe27237b96) #878

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 }}"