Skip to content

Commit

Permalink
Update shareable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Oct 24, 2024
1 parent 4198a1e commit ca709e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* @coditory/reviewers

# Exclusions so changes made by dependabot and other bots could be auto reviewed by Coditory App.
# Currently App cannot be a part of a team or CODEOWNERS file.
# https://github.com/orgs/community/discussions/23064
.github/workflows/*
gradle/**
**/build.gradke.kts
**/settings.gradle.kts
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
section: ${{ inputs.section }}
version: ${{ inputs.version }}
snapshot: ${{ inputs.snapshot }}
java-version: 21
release-command: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=%NEXT_VERSION%
snapshot-command: ./gradlew publishToSonatype -Pversion=%NEXT_VERSION%
12 changes: 12 additions & 0 deletions .github/workflows/upgrade-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Upgrade Gradle Wrapper

on:
workflow_dispatch:
schedule:
# at 5:30 UTC every month
- cron: "30 5 1 * *"

jobs:
upgrade-gradle-wrapper:
uses: coditory/jvm-workflows/.github/workflows/upgrade-gradle-wrapper.yml@v1
secrets: inherit

0 comments on commit ca709e3

Please sign in to comment.