mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-09 00:00:11 +02:00
14 lines
235 B
YAML
14 lines
235 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
# See .github/labeler.yml file
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v3
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|