feat(apisix): add Cloudron package
- Implements Apache APISIX packaging for Cloudron platform. - Includes Dockerfile, CloudronManifest.json, and start.sh. - Configured to use Cloudron's etcd addon. 🤖 Generated with Gemini CLI Co-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
27
CloudronPackages/APISIX/apisix-source/.github/workflows/check-changelog.yml
vendored
Normal file
27
CloudronPackages/APISIX/apisix-source/.github/workflows/check-changelog.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Check Changelog
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'CHANGELOG.md'
|
||||
- 'ci/check_changelog_prs.ts'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'CHANGELOG.md'
|
||||
- 'ci/check_changelog_prs.ts'
|
||||
|
||||
jobs:
|
||||
check-changelog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- name: Run check_changelog_prs script
|
||||
working-directory: ci
|
||||
run: |
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
export PATH="$HOME/.bun/bin:$PATH"
|
||||
bun run check_changelog_prs.ts
|
Reference in New Issue
Block a user