Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions .github/workflows/httpd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading