Skip to content

Bump org.junit.jupiter:junit-jupiter-migrationsupport from 5.9.0 to 5.11.1 #33

Bump org.junit.jupiter:junit-jupiter-migrationsupport from 5.9.0 to 5.11.1

Bump org.junit.jupiter:junit-jupiter-migrationsupport from 5.9.0 to 5.11.1 #33

Workflow file for this run

name: Branch on Issue
on:
issues:
types: [ assigned ]
pull_request:
types: [ closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}