Skip to content

Jenkins queue action added that mimics logic in PendingBuildsHandler to avoid pending pipelines for jobs dropped from the queue. #120

Jenkins queue action added that mimics logic in PendingBuildsHandler to avoid pending pipelines for jobs dropped from the queue.

Jenkins queue action added that mimics logic in PendingBuildsHandler to avoid pending pipelines for jobs dropped from the queue. #120

Workflow file for this run

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