about summary refs log tree commit diff
path: root/.github
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
commit552af48e793f773ec64b03a818deba26cde907e6 (patch)
tree72f3a08abf6394f95b13a5797fe06d05658c46d6 /.github
parentd1f44c31a3bd001f944b05301d4a3889e70f1bcb (diff)
downloadnixlib-552af48e793f773ec64b03a818deba26cde907e6.tar
nixlib-552af48e793f773ec64b03a818deba26cde907e6.tar.gz
nixlib-552af48e793f773ec64b03a818deba26cde907e6.tar.bz2
nixlib-552af48e793f773ec64b03a818deba26cde907e6.tar.lz
nixlib-552af48e793f773ec64b03a818deba26cde907e6.tar.xz
nixlib-552af48e793f773ec64b03a818deba26cde907e6.tar.zst
nixlib-552af48e793f773ec64b03a818deba26cde907e6.zip
.github/workflows/editorconfig.yml: change to `skip treewide`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/editorconfig.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 081bd6146af1..ae411fefbe47 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -11,7 +11,7 @@ on:
 jobs:
   tests:
     runs-on: ubuntu-latest
-    if: "github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip editorconfig]')"
+    if: "github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
     steps:
     - name: Get list of changed files from PR
       env: