Rearrange for tidier structure (#2212)

This commit is contained in:
clsty
2025-10-16 07:19:55 +08:00
parent 13065d7e5a
commit 8b493e091d
529 changed files with 165 additions and 138 deletions
@@ -1,9 +1,9 @@
name: Comment on Discussion When dist-arch/ Changes
name: Comment on Discussion When sdist/arch/ Changes
on:
push:
paths:
- 'dist-arch/**'
- 'sdist/arch/**'
# workflow_dispatch:
jobs:
@@ -18,7 +18,7 @@ jobs:
# https://docs.github.com/en/graphql/reference/mutations#adddiscussioncomment
run: |
MESSAGE="**Auto notification:**\n"
MESSAGE+="Directory \`dist-arch\` has been updated.\n"
MESSAGE+="Directory \`sdist/arch\` has been updated.\n"
MESSAGE+="Commit HASH: ${{ github.sha }}\n"
MESSAGE+="Commit message: ${{ github.event.head_commit.message }}"
REPO_OWNER="${{ github.repository_owner }}"