Skip to content

Bump org.springframework.boot:spring-boot-starter-web from 3.3.1 to 3.3.2 #10

Bump org.springframework.boot:spring-boot-starter-web from 3.3.1 to 3.3.2

Bump org.springframework.boot:spring-boot-starter-web from 3.3.1 to 3.3.2 #10

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: conorheffron
numOfAssignee: 1