[fix]: bump js-yaml to 4.3.1 and repair the build under the audit fixes #1036
This file contains hidden or 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: PR Comment Bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| pr-comment: | |
| if : ${{ github.event.issue.pull_request}} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: sendbird/release-automation-action@latest | |
| with: | |
| gh_token: ${{ secrets.SDK_GH_BOT1_TOKEN }} | |
| product: 'uikit' | |
| platform: 'js' | |
| framework: 'react' | |
| product_jira_project_key: 'UIKIT' | |
| product_jira_version_prefix: 'js_uikit' | |
| ci: 'github' | |