Skip to content

fix: allow blob source to be string and BlobSource values #75

fix: allow blob source to be string and BlobSource values

fix: allow blob source to be string and BlobSource values #75

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
paths:
- '**/__init__.py'
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# Add labels based on file changes using label.yml
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml