File: labeler.yml

package info (click to toggle)
nltk 3.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,408 kB
  • sloc: python: 79,458; makefile: 180; sh: 68; xml: 17
file content (15 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v6
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        sync-labels: true