Skip to content

ci: automerge the changes from the main to the feature branch using squash commit [skip ci] #4988

ci: automerge the changes from the main to the feature branch using squash commit [skip ci]

ci: automerge the changes from the main to the feature branch using squash commit [skip ci] #4988

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: self-hosted
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"