Skip to content

Commit

Permalink
Add improve_changelog.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 24, 2024
1 parent 622f85a commit f7fbc36
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/improve_changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Improve release message/changelog

on:
release:
types: [ created ]

jobs:

improve-release:
runs-on: ubuntu-latest
name: Improve release message
steps:
- name: Update release
uses: EsmerlinJM/gha-release-messages-improved@main
with:
repository: EsmerlinJM/gha-release-messages-improved
openai_api_key: ${{ secrets.OPENAI_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f7fbc36

Please sign in to comment.