Skip to content

chore(deps): update net.revelc.code.formatter:formatter-maven-plugin to 2.25.0 #387

chore(deps): update net.revelc.code.formatter:formatter-maven-plugin to 2.25.0

chore(deps): update net.revelc.code.formatter:formatter-maven-plugin to 2.25.0 #387

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
labeler:
name: ♻️ Sync labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🏷️ Apply labels
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"