ci:添加github_actions文件

This commit is contained in:
2025-05-12 01:24:10 +08:00
parent 75e73542ff
commit 512f561b8d
4 changed files with 84 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: update changelog
on:
release:
types: [released]
permissions: {}
jobs:
update:
permissions:
contents: write
uses: laravel/.github/.github/workflows/update-changelog.yml@main