Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #13

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #13

Workflow file for this run

name: Stale
on:
workflow_dispatch:
schedule:
- cron: 0 11 * 1-2,11-12 1
- cron: 0 10 * 3-10 1
issues:
types: [closed]
pull_request:
types: [closed]
jobs:
stale:
name: Stale
uses: Katsute/Workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev'
secrets:
token: ${{ secrets.BOT }}