Skip to content

Warn when 'Check out to a sub-directory' is used with Pipeline jobs (fixes #3068) #1159

Warn when 'Check out to a sub-directory' is used with Pipeline jobs (fixes #3068)

Warn when 'Check out to a sub-directory' is used with Pipeline jobs (fixes #3068) #1159

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"