We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc1974 commit c57fccbCopy full SHA for c57fccb
.github/workflows/pr-comment-bot.yml
@@ -4,16 +4,17 @@ on:
4
types: [created]
5
jobs:
6
pr-comment:
7
+ if: ${{ github.event.issue.pull_request }}
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
# see list of commands: https://github.com/sendbird/release-automation-action#commands
12
- uses: sendbird/release-automation-action@latest
13
with:
14
gh_token: ${{ secrets.GITHUB_TOKEN }}
- circleci_token: ${{ secrets.CIRCLECI_API_TOKEN }}
15
product: 'uikit'
16
platform: 'js'
17
framework: 'react'
18
product_jira_project_key: 'UIKIT'
19
product_jira_version_prefix: 'js_uikit'
20
+ ci: 'github'
0 commit comments