init
This commit is contained in:
13
.github/workflows/update-changelog.yml
vendored
Normal file
13
.github/workflows/update-changelog.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user