Skip to content

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5 #431

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5

Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5 #431

Workflow file for this run

name: Label Pull Requests
on:
pull_request:
types: [opened]
jobs:
label:
if: startsWith(github.head_ref, 'dependabot') == false
runs-on: ubuntu-latest
steps:
- name: Label Pull request
uses: TimonVS/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}