Skip to content

feat(start-request-params): added the ability to control start request params #15

feat(start-request-params): added the ability to control start request params

feat(start-request-params): added the ability to control start request params #15

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.'