Skip to content

chore: Update Github Action badge URL in README #1665

chore: Update Github Action badge URL in README

chore: Update Github Action badge URL in README #1665

Workflow file for this run

name: "Pull Request Labeler"
on: [pull_request_target]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"