ci: only run label action once
diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml
index 331ddc9..a774400 100644
--- a/.github/workflows/labeller.yml
+++ b/.github/workflows/labeller.yml
@@ -1,6 +1,7 @@
 name: "Pull Request Labeler"
 on:
-- pull_request_target
+  pull_request_target:
+    types: [opened, reopened]
 
 jobs:
   triage: