Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e3ec61e
chore: standardize repository tooling
afc163 Jun 26, 2026
2e384d7
chore: remove cloudflare preview and now-build
afc163 Jun 26, 2026
861a385
docs: add Ant Design logo to README header
afc163 Jun 26, 2026
56e3459
docs: standardize README release details
afc163 Jun 26, 2026
e80fda6
ci: make surge preview non-blocking
afc163 Jun 26, 2026
24371bb
docs: clarify Ant Design ecosystem note
afc163 Jun 26, 2026
0d117ca
ci: keep surge preview as fallback
afc163 Jun 26, 2026
6969336
docs: refine README usage and ecosystem note
afc163 Jun 27, 2026
079b20b
ci: isolate surge preview token
afc163 Jun 27, 2026
c419377
docs: update Ant Design logo
afc163 Jun 27, 2026
77d7bb2
docs: add Chinese README
afc163 Jun 27, 2026
0a7a7cb
docs: refine bilingual README branding
afc163 Jun 27, 2026
4b96a5b
chore: standardize rc tooling and docs
afc163 Jun 27, 2026
4649dec
chore: address standardization review comments
afc163 Jun 27, 2026
c996caf
ci: update GitHub Actions versions
afc163 Jun 28, 2026
a111888
ci: use resolvable CodeQL action ref
afc163 Jun 28, 2026
391d33e
chore: ignore dumi build output
afc163 Jun 28, 2026
d8fc6e9
docs: add license file
afc163 Jun 28, 2026
e5d663e
ci: use actions checkout v7
afc163 Jun 28, 2026
be57d36
chore: standardize package metadata
afc163 Jun 28, 2026
c376d0b
ci: standardize dependabot updates
afc163 Jun 28, 2026
0828de0
docs: localize Chinese README labels
afc163 Jun 28, 2026
41d98af
docs: fix Chinese README API names
afc163 Jun 28, 2026
9448dcb
chore: refine preview workflow ignores
afc163 Jun 28, 2026
6d051ce
docs: polish Chinese README wording
afc163 Jun 28, 2026
5d0c8f9
docs: fix Chinese README wording
afc163 Jun 28, 2026
b4cd1a0
chore: align package scripts
afc163 Jun 28, 2026
7572083
chore: add father config
afc163 Jun 28, 2026
7cc2960
docs: document dumi dev server port
afc163 Jun 28, 2026
5bf5248
chore: standardize husky configuration
afc163 Jun 28, 2026
be4e46a
chore: standardize package type entry
afc163 Jun 28, 2026
ffc97aa
ci: limit reusable workflow secrets
afc163 Jun 28, 2026
2834c63
ci: restore reusable workflow compatibility
afc163 Jun 28, 2026
10bf0d3
chore: limit reusable workflow secrets
afc163 Jun 29, 2026
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
17 changes: 2 additions & 15 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
# These are supported funding model platforms

github: ant-design # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: ant-design # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
thanks_dev: # Replace with a single thanks.dev username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
github: ant-design
open_collective: ant-design
10 changes: 6 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
with:
category: "/language:${{ matrix.language }}"
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: ✅ test
on: [push, pull_request]
jobs:
test:
uses: react-component/rc-test/.github/workflows/test-npm.yml@main
secrets: inherit
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
secrets: inherit
Comment thread
afc163 marked this conversation as resolved.
Outdated
26 changes: 26 additions & 0 deletions .github/workflows/react-doctor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: React Doctor
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [master]

permissions:
contents: read
pull-requests: write
issues: write
statuses: write

concurrency:
group: react-doctor-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
react-doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
persist-credentials: false
- uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
33 changes: 33 additions & 0 deletions .github/workflows/surge-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Surge Preview

on:
pull_request:

permissions:
contents: read
pull-requests: write
checks: write

jobs:
preview:
runs-on: ubuntu-latest
env:
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: afc163/surge-preview@bf90a5a86111f6311ca42f0a5a0f80fb0fb03cec
if: ${{ env.SURGE_TOKEN != '' }}
with:
surge_token: ${{ env.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: dist
failOnError: true
setCommitStatus: true
build: |
npm install
npm run build
- name: Skip Surge preview
if: ${{ env.SURGE_TOKEN == '' }}
run: echo "SURGE_TOKEN is not configured; skip Surge preview."
Loading
Loading