summaryrefslogtreecommitdiff
path: root/.github
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:51:46 -0500
commit338912e84e2853e2da5c9ca6dae9d94445a59236 (patch)
tree9a94f54a54bf33fb2d7f767b183e3f245e8e99e2 /.github
parent6073e23556d89ac7fc2be2f5adf30be44fb1994a (diff)
[5.2.x] Configured dangerous-triggers zizmor rule.
Backport of 846613e521104fa2f2e1c2023e4a1a9886a2ff48 from main.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/new_contributor_pr.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml
index 3e0119ebdc..3602abf109 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -3,12 +3,16 @@ name: New contributor message
on:
pull_request_target:
types: [opened]
+ branches:
+ - main
permissions:
pull-requests: write
jobs:
build:
+ # Only trigger on the main Django repository
+ if: github.repository == 'django/django'
name: Hello new contributor
runs-on: ubuntu-latest
steps: