Skip to content

build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0-M3 to 3.3.0 #7235

build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0-M3 to 3.3.0

build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0-M3 to 3.3.0 #7235

Workflow file for this run

name: "Auto Assign Pull Request"
on:
pull_request_target:
# types: [review_requested, ready_for_review, opened, synchronize, reopened]
branches:
- develop
- 'foundation-**'
- 'release-**'
jobs:
assign_reviewer:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected]
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}