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