Skip to content

fix(deps): update dependency com.wallbrew:clj-xml to v1.10.0 #225

fix(deps): update dependency com.wallbrew:clj-xml to v1.10.0

fix(deps): update dependency com.wallbrew:clj-xml to v1.10.0 #225

Workflow file for this run

name: Label Pull Requests
on: [pull_request]
jobs:
label:
# This job requires the Wall Brew Bot Token, so it is only run on non-forked repositories
if: github.repository_owner == 'Wall-Brew-Co'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.WALL_BREW_BOT_PAT }}"
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/label.yml