Skip to content

clarify native package #29830

clarify native package

clarify native package #29830

Workflow file for this run

name: team-label
on:
pull_request:
issues:
permissions:
contents: read
pull-requests: write
issues: write # Necessary to create the labels if they do not exist yet.
jobs:
team-labeler:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/team-labeler-action@a205b2457cc66b356257560e3c7bb853a9e8199e # JulienKode/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# Optional: Add if you want to use GitHub team-based labeling
org-token: "${{ secrets.ORG_TOKEN }}"