Skip to content

tweaking the github action file #1

tweaking the github action file

tweaking the github action file #1

Workflow file for this run

name: Labeler
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.PIPE_TOKEN }}'