From 023b57bb73e08db382e2865b50bf7bcd7a7ec0a1 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 29 Apr 2026 12:08:36 +0100 Subject: [PATCH 1/2] Don't run CI for docs changes. --- .github/workflows/httpd-build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/httpd-build.yml b/.github/workflows/httpd-build.yml index 504e29cd..16f08582 100644 --- a/.github/workflows/httpd-build.yml +++ b/.github/workflows/httpd-build.yml @@ -2,7 +2,19 @@ name: Apache httpd Test Suite CI on: push: + paths-ignore: + - README.md + - NOTICE + - STATUS + - LICENSE + - .asf.yaml pull_request: + paths-ignore: + - README.md + - NOTICE + - STATUS + - LICENSE + - .asf.yaml workflow_dispatch: env: From d0b5391ce9951f2b0e14c1eb7699caaa87afced2 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 29 Apr 2026 12:08:47 +0100 Subject: [PATCH 2/2] Add basic .asf.yaml. --- .asf.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000..6f2213f5 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,20 @@ +github: + description: "Perl-based test framework module for Apache httpd" + homepage: https://httpd.apache.org/ + features: + wiki: false + issues: false + projects: false + discussions: false + features: + wiki: false + issues: false + projects: false + discussions: false + enabled_merge_buttons: + squash: true + merge: false + rebase: true + +notifications: + commits: commits@httpd.apache.org