diff options
| author | Wolfgang Walther <walther@technowledgy.de> | 2025-02-01 11:57:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-01 11:57:14 +0100 |
| commit | 1a53a38d365e403829902aa70b37439855d2c646 (patch) | |
| tree | 80ea4c4dd2b91969cea2573e2d09b0b4e8b11602 /.github/workflows | |
| parent | globalarrays: 5.8.2 -> 5.9 (#378421) (diff) | |
| parent | .github/labeler-no-sync.yml: automatically add backport label for PRs touchin... (diff) | |
| download | nixpkgs-1a53a38d365e403829902aa70b37439855d2c646.tar.gz | |
.github/labeler.yml: automatically add backport label for PRs touching `ci/` (#374921)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/labels.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 80a186bbfa62..0ae4ee09d5ca 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -22,4 +22,10 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + configuration-path: .github/labeler.yml # default sync-labels: true + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + configuration-path: .github/labeler-no-sync.yml + sync-labels: false |
