chore(deps): bump openai from 1.60.2 to 1.61.0 #117
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Welcome | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/welcome@v1.3.1 | |
with: | |
FIRST_PR_COMMENT: | | |
Hello @{{ author }}. Thank you for contributing to this project! 💛 I'll review your changes when time permits. | |
By contributing, you agree to the [Developer Certificate of Origin](https://developercertificate.org) and your code being licensed under the [MIT license](https://raw.githubusercontent.com/Realiserad/fish-ai/main/LICENSE). | |
If this sounds like greek, please spend a minute or two to read through these documents. |