Skip to content

build(maven): bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 in the maven-plugins group across 1 directory #441

build(maven): bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 in the maven-plugins group across 1 directory

build(maven): bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 in the maven-plugins group across 1 directory #441

Workflow file for this run

name: 🤖 Automatic PR Labeler
on:
- pull_request_target
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Add labels based on content
uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}