Skip to content

feat(custom-connectionId-userId): WEB-3445 added support for custom connectionId, userId along with some fixes #12

feat(custom-connectionId-userId): WEB-3445 added support for custom connectionId, userId along with some fixes

feat(custom-connectionId-userId): WEB-3445 added support for custom connectionId, userId along with some fixes #12

Workflow file for this run

name: Add comment on PR
on:
pull_request:
branches:
- main
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment on PR
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo $PR_NUMBER
gh pr comment $PR_NUMBER --body 'If a `Release` job is running on staging, wait for it to complete before merging this PR.'