Skip to content

docs: update test-cross-platform badge in README.md #18

docs: update test-cross-platform badge in README.md

docs: update test-cross-platform badge in README.md #18

Workflow file for this run

name: labeler
on:
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}