Skip to content

Auto-upgrade to 6.17.0.0 (#266) #502

Auto-upgrade to 6.17.0.0 (#266)

Auto-upgrade to 6.17.0.0 (#266) #502

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: temurin
java-version: 21
cache: gradle
- name: Build
run: ./gradlew check
- name: Tag automerge branch
if: ${{ github.event_name == 'pull_request' && startsWith(github.event.pull_request.title, 'Auto-upgrade') }}
uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.ORG_PUBLIC_REPO_RELEASE_TRIGGERING }}