Преглед на файлове

ci: only apply labels when opening a PR

The problem with the default behavior is that it's simply too
aggressive. It will re-apply a label that a maintianer have removed
every time the PR is updated, making it impossible to manually adjust
labels that doesn't fit exactly according to the labeler rules.
dundargoc преди 2 години
родител
ревизия
985a8e980a
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      .github/workflows/label.yml

+ 3 - 1
.github/workflows/label.yml

@@ -8,7 +8,9 @@
 # For inspiration see: https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/labels.yml
 
 name: Labeler
-on: [pull_request_target]
+on:
+  pull_request_target:
+    types: [opened]
 
 jobs:
   label: