about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-01-21 09:19:18 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-21 09:33:59 +1000
commitd1570428a2685b40925fe90916b68862b0895e94 (patch)
tree2f3a36771d6a0b44db8c1ceeb83ea049950125b8 /.github/workflows
parent552af48e793f773ec64b03a818deba26cde907e6 (diff)
.github/workflows/labels.yml: allow PRs to skip labels
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/labels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index 5f949ddc56b16..f5d071fcc8823 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -16,7 +16,7 @@ permissions:
 jobs:
   labels:
     runs-on: ubuntu-latest
-    if: github.repository_owner == 'NixOS'
+    if: github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
     steps:
     - uses: actions/labeler@v4
       with: