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

potiuk pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new e69a6418392 [v3-2-test] Remove non-main branch triggers from 
newsfragment PR number check (#64593) (#64595)
e69a6418392 is described below

commit e69a6418392df98bd5aa8ddcd085841cb0d263cc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 19:08:18 2026 +0200

    [v3-2-test] Remove non-main branch triggers from newsfragment PR number 
check (#64593) (#64595)
    
    The newsfragment check only needs to run for PRs targeting the main
    branch. Remove the v*-test, v*-stable, and providers-* branch patterns.
    (cherry picked from commit 20553e6b5a125b1d10373874a5c67103f2f90f4d)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .github/workflows/check-newsfragment-pr-number.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/check-newsfragment-pr-number.yml 
b/.github/workflows/check-newsfragment-pr-number.yml
index 01b8b9a9265..be31eae726e 100644
--- a/.github/workflows/check-newsfragment-pr-number.yml
+++ b/.github/workflows/check-newsfragment-pr-number.yml
@@ -21,9 +21,6 @@ on:  # yamllint disable-line rule:truthy
   pull_request:
     branches:
       - main
-      - v[0-9]+-[0-9]+-test
-      - v[0-9]+-[0-9]+-stable
-      - providers-[a-z]+-?[a-z]*/v[0-9]+-[0-9]+
     types: [opened, reopened, synchronize, labeled, unlabeled]
 
 permissions:

Reply via email to