Skip to content

ci: clean test-job.yml Job of CI/CD Pipeline #658

ci: clean test-job.yml Job of CI/CD Pipeline

ci: clean test-job.yml Job of CI/CD Pipeline #658

Workflow file for this run

name: "PR Labeler"
on:
- pull_request_target
jobs:
label_PR:
# permissions:
# contents: read
# pull-requests: write
runs-on: ubuntu-latest
# This Job behaves as a Listener to PR events, and each step is a Handler
steps:
# HANDLER 1: Label PR, given file changes and Labeling Rules '.github/labeler.yml'
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.COOKIECUTTER_PYTHON_PACKAGE_LABELER }} # Ensure GITHUB_TOKEN is used