Skip to content

upd(bluetuith-bin): 0.2.5 -> 0.2.6 #5563

upd(bluetuith-bin): 0.2.5 -> 0.2.6

upd(bluetuith-bin): 0.2.5 -> 0.2.6 #5563

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, reopened, edited]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"