Skip to content

Commit 466b5aa

Browse files
build(deps): bump stdlib-js/stdlib-chat-bot from 0.0.1 to 0.0.2
PR-URL: #2225 Bumps [stdlib-js/stdlib-chat-bot](https://github.com/stdlib-js/stdlib-chat-bot) from 0.0.1 to 0.0.2. - [Commits](stdlib-js/stdlib-chat-bot@6c0643a...aaa9ebb) --- updated-dependencies: - dependency-name: stdlib-js/stdlib-chat-bot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 1cb443c commit 466b5aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/discussion_bot_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Run the chatbot action:
5050
- name: 'Run chatbot action'
5151
# Pin action to full length commit SHA
52-
uses: stdlib-js/stdlib-chat-bot@6c0643a5a1eb3c782b2df3bfd11e836d2ac7268e # v0.0.1
52+
uses: stdlib-js/stdlib-chat-bot@aaa9ebbeb4f4ec750bba5df5c152725bb84ee825 # v0.0.2
5353
with:
5454
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
5555
GITHUB_TOKEN: ${{ secrets.CHATBOT_GITHUB_TOKEN }}

.github/workflows/discussion_comment_bot_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Run the chatbot action:
5050
- name: 'Run chatbot action'
5151
# Pin action to full length commit SHA
52-
uses: stdlib-js/stdlib-chat-bot@6c0643a5a1eb3c782b2df3bfd11e836d2ac7268e # v0.0.1
52+
uses: stdlib-js/stdlib-chat-bot@aaa9ebbeb4f4ec750bba5df5c152725bb84ee825 # v0.0.2
5353
with:
5454
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
5555
GITHUB_TOKEN: ${{ secrets.CHATBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)