[BUG]日本語でチャットした際、DynamoDB内の会話履歴が文字化けしている #27
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: Add 'needs triage' label | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add 'needs triage' label | |
uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
labels: "needs-triage" |