Skip to content

Pull Request Labeler, branch:3011/merge, triggered by @tao12345666333 #795

Pull Request Labeler, branch:3011/merge, triggered by @tao12345666333

Pull Request Labeler, branch:3011/merge, triggered by @tao12345666333 #795

Workflow file for this run

name: "Pull Request Labeler"
run-name: Pull Request Labeler, branch:${{ github.ref_name }}, triggered by @${{ github.actor }}
on:
- pull_request
concurrency:
# Run only for most recent commit in PRs but for all tags and commits on main
# Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b