Skip to content

chore(deps): bump adRise/update-pr-branch from 0.6.0 to 0.7.0 #26

chore(deps): bump adRise/update-pr-branch from 0.6.0 to 0.7.0

chore(deps): bump adRise/update-pr-branch from 0.6.0 to 0.7.0 #26

Workflow file for this run

---
name: Pull Request Labeler
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
label:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
continue-on-error: true
with:
repo-token: ${{ secrets.AUTO_MERGE_TOKEN }}
- uses: TimonVS/pr-labeler-action@v4.1.1
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}