This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 777e22a397 Remove pull_request_target from release drafter
777e22a397 is described below

commit 777e22a3979a49e6939d81f54a210723f76cf2f1
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jan 28 11:22:10 2026 -0500

    Remove pull_request_target from release drafter
---
 .github/workflows/release-notes.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/release-notes.yml 
b/.github/workflows/release-notes.yml
index 8d69964686..1580b2ec39 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -19,13 +19,9 @@ on:
     types: [closed,reopened]
   push:
     branches:
-      - master
-      - '[4-9]+.[0-9]+.x'
-      - '[3-9]+.[3-9]+.x'
+      - '[0-9]+.[0-9]+.x'
   pull_request:
     types: [opened, reopened, synchronize, labeled]
-  pull_request_target:
-    types: [opened, reopened, synchronize, labeled]
   workflow_dispatch:
 # queue jobs and only allow 1 run per branch due to the likelihood of hitting 
GitHub resource limits
 concurrency:

Reply via email to