Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 18:42
· 12 commits to refs/heads/main since this release
ca514e3

What's Changed

🚀 Features and Improvements

  • feat: add static system prompt to minimize chat style commentary from completions api (#24)
  • feat: support for prompt-file parameter (#12)
  • First version supporting prompt and model params (#6)

🧰 Maintenance

  • refactor: rename repository to prompt-action (#29)
  • update action.yml to use node20 (#27)
  • Remove author link from release-drafter (#26)
  • refactor: rename references from ask-ai to prompt in preparation for … (#23)
  • update release-drafter configuration to correctly format documentation changes (#19)
  • chore: use ask-ai to respond to issues on this repo (#16)
  • chore: annotate tag in the update-major-version workflow (#15)
  • chore: set permissions block for update-major-version workflow (#14)
  • add update-major-version workflow (#13)
  • chore: add check-dist workflow (#11)
  • chore: run unit tests in ci (#10)
  • chore: add unit tests (#9)
  • chore: enable dependabot (#8)
  • chore: add labeler and release-drafter workflows (#7)

📚 Documentation

  • docs: remove unnecessary checkout step from example (#28)
  • docs: add example of converting pr title to conventional commits (#25)
  • docs: update README with full functionality and examples (#18)