Skip to content

[JENKINS-43052] Warn in Pipeline build log if a deprecated extension is used #867

[JENKINS-43052] Warn in Pipeline build log if a deprecated extension is used

[JENKINS-43052] Warn in Pipeline build log if a deprecated extension is used #867

Workflow file for this run

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