Skip to content

Commit c57fccb

Browse files
committed
Update pr-comment-bot.yml
1 parent afc1974 commit c57fccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-comment-bot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ on:
44
types: [created]
55
jobs:
66
pr-comment:
7+
if: ${{ github.event.issue.pull_request }}
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v4
1011
# see list of commands: https://github.com/sendbird/release-automation-action#commands
1112
- uses: sendbird/release-automation-action@latest
1213
with:
1314
gh_token: ${{ secrets.GITHUB_TOKEN }}
14-
circleci_token: ${{ secrets.CIRCLECI_API_TOKEN }}
1515
product: 'uikit'
1616
platform: 'js'
1717
framework: 'react'
1818
product_jira_project_key: 'UIKIT'
1919
product_jira_version_prefix: 'js_uikit'
20+
ci: 'github'

0 commit comments

Comments
 (0)