Skip to content

Update junit5 monorepo to v5.11.1 (patch) #167

Update junit5 monorepo to v5.11.1 (patch)

Update junit5 monorepo to v5.11.1 (patch) #167

Workflow file for this run

name: PR Branch Labeler
on: pull_request
jobs:
label_prs:
runs-on: ubuntu-latest
steps:
- name: Label PRs
if: github.event.action == 'opened'
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}