Skip to content

chore: give new repos a merge queue and a correct copyright year #368

chore: give new repos a merge queue and a correct copyright year

chore: give new repos a merge queue and a correct copyright year #368

Workflow file for this run

# Example: Copy this to your repo as .github/workflows/maven.yml
# Configuration is read from .github/project.yml - no inputs needed!
name: Maven Build
on:
# Required so the 'build / conclusion' status check runs on the merge-queue
# branch; without it, queued PRs stay CLEAN but never merge (queue times out).
merge_group:
push:
branches: [main, "feature/*", "fix/*", "chore/*", "dependabot/**"]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
build:
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@5aed9a45d80dc68ae3f21f2fb24a81e5ecbdd865 # v0.20.0
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}