Skip to content

Synching with Raptor_Tools #656

Synching with Raptor_Tools

Synching with Raptor_Tools #656

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Assign Label
uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"