Skip to content

Commit

Permalink
ci/cd: added comment-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 authored Apr 4, 2023
1 parent 228aeb6 commit 3cac1e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/comment-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: sendbird comment bot
on:
issue_comment:
types: [created]
jobs:
pr-comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sendbird/[email protected]
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
circleci_token: ${{ secrets.CIRCLECI_TOKEN }}
product: 'calls'
platform: 'rn'
product_jira_project_key: 'CALLS'
product_jira_version_prefix: 'rn_calls'

0 comments on commit 3cac1e8

Please sign in to comment.