github-actions

Copy PR to Release

Purpose

Copy the PR body to the Release body

Input Parameters

Example

  - name: Check out the repo
    uses: actions/checkout@v2

  - name: Copy
    uses: DFE-Digital/github-actions/CopyPRtoRelease@master
    with:
         PR_NUMBER: 10
         RELEASE_ID: 35157528
         TOKEN: $
                    

Users to Avoid

This is an optional list of users, which defaults to snyk and dependabot.

When a PR is chosen that was created by Dependabot or Snyk there is often a lot of text and attachments, so rather than choose the body, we just display the title.