Skip to content

build(deps): bump org.apache.maven.plugins:maven-war-plugin from 3.2.2 to 3.4.0 #7372

build(deps): bump org.apache.maven.plugins:maven-war-plugin from 3.2.2 to 3.4.0

build(deps): bump org.apache.maven.plugins:maven-war-plugin from 3.2.2 to 3.4.0 #7372

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/auto-assign-reviewer-by-files@v1.1.4
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}