summaryrefslogtreecommitdiff
path: root/.github/workflows/labels.yml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-14 14:06:21 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-21 14:36:32 -0500
commit846613e521104fa2f2e1c2023e4a1a9886a2ff48 (patch)
tree9ed9020c2f8c8483100f096744e7a065a9d14fb5 /.github/workflows/labels.yml
parent86b8058b40145fb5ba4fd859676225f533eca986 (diff)
Configured dangerous-triggers zizmor rule.
Diffstat (limited to '.github/workflows/labels.yml')
-rw-r--r--.github/workflows/labels.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index 6986eec033..79ee8af59d 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -3,6 +3,8 @@ name: Labels
on:
pull_request_target:
types: [ edited, opened, reopened, ready_for_review ]
+ branches:
+ - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}