Skip to content

[JENKINS-68030] Optionally report most recent commit as changelog of a new build #747

[JENKINS-68030] Optionally report most recent commit as changelog of a new build

[JENKINS-68030] Optionally report most recent commit as changelog of a new build #747

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 }}"