Skip to content

chore(deps): bump anthropics/claude-code-action from 1.0.184 to 1.0.189 in the github-actions group across 1 directory #4257

chore(deps): bump anthropics/claude-code-action from 1.0.184 to 1.0.189 in the github-actions group across 1 directory

chore(deps): bump anthropics/claude-code-action from 1.0.184 to 1.0.189 in the github-actions group across 1 directory #4257

Workflow file for this run

# Copyright(C) 2025-2026 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}