From 3cac1e844d14bd8c4cf7ba660b66800310f18297 Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Tue, 4 Apr 2023 23:46:07 +0900 Subject: [PATCH] ci/cd: added comment-bot.yml --- .github/workflows/comment-bot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/comment-bot.yml diff --git a/.github/workflows/comment-bot.yml b/.github/workflows/comment-bot.yml new file mode 100644 index 0000000..b80324b --- /dev/null +++ b/.github/workflows/comment-bot.yml @@ -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/release-automation-action@0.0.3 + 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'