You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update-changelog.yml 204B

12345678910111213
  1. name: Update Changelog
  2. on:
  3. release:
  4. types: [released]
  5. permissions: {}
  6. jobs:
  7. update:
  8. permissions:
  9. contents: write
  10. uses: laravel/.github/.github/workflows/update-changelog.yml@main