Skip to content

Commit

Permalink
add step to set PR to draft mode
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Apr 8, 2024
1 parent dfa2cb7 commit 126957c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }}
- name: Set PR to draft
shell: bash
run: gh pr ready ${{ steps.cd-release.outputs.changesetPrId }} --undo

0 comments on commit 126957c

Please sign in to comment.