File: label-prs.yml

package info (click to toggle)
python-xarray 2026.01.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,676 kB
  • sloc: python: 120,278; makefile: 269
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
name: "PR Labeler"
on:
  - pull_request_target

jobs:
  label:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v6
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          sync-labels: false