Skip to content

Auto-upgrade to 5.33.0.1 (#153) #306

Auto-upgrade to 5.33.0.1 (#153)

Auto-upgrade to 5.33.0.1 (#153) #306

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: ./gradlew check
- name: Tag automerge branch
if: ${{ github.event_name == 'pull_request' }}
uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.ORG_PUBLIC_REPO_RELEASE_TRIGGERING }}