Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 #3

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 #3

Workflow file for this run

name: Needs Rebase Check
on:
pull_request:
types:
- synchronize
push:
branches:
- '*.0.x'
- 'main'
jobs:
triage:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "Needs Rebase"
repoToken: "${{ secrets.GITHUB_TOKEN }}"