Skip to content

Fix and update CI workflows #3108

Fix and update CI workflows

Fix and update CI workflows #3108

name: label pull request
on:
pull_request_target:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Label Pull Request
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}