1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-09 00:36:37 +02:00

Add PR labeler action to label translation-related PRs (#845)

* Add PR labeler action to label translation-related PRs

* Sync labels when PR changes

* Update instructions for new translation
This commit is contained in:
Ming-Ying Chung
2023-06-22 14:21:33 +09:00
committed by GitHub
parent 0202ba2fc9
commit a5fbd2fd7c
3 changed files with 68 additions and 0 deletions

14
.github/workflows/labeler.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
sync-labels: true