Skip to content

Update for agent v3.58.0 and stack v6.10.0 #1813

Update for agent v3.58.0 and stack v6.10.0

Update for agent v3.58.0 and stack v6.10.0 #1813

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"