Skip to content

docs: update the user list #2224

docs: update the user list

docs: update the user list #2224

Workflow file for this run

---
name: test
on: pull_request
permissions: {}
jobs:
status-check:
runs-on: ubuntu-24.04
if: failure()
timeout-minutes: 10
permissions: {}
needs:
- test
steps:
- run: exit 1
test:
uses: ./.github/workflows/workflow_call_test.yaml
permissions:
contents: write
pull-requests: write
secrets:
gh_app_id: ${{secrets.APP_ID_AQUAPROJ_AQUA}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY_AQUAPROJ_AQUA}}