Skip to content

Small fixes and Changed 'Fade' to 'Scale' #6

Small fixes and Changed 'Fade' to 'Scale'

Small fixes and Changed 'Fade' to 'Scale' #6

name: Update PR description
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
update-pr-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: octue/[email protected]
id: pr-description
with:
pull_request_url: ${{ github.event.pull_request.url }}
api_token: ${{ secrets.GITHUB_TOKEN }}
- name: Update pull request body
uses: riskledger/update-pr-description@v2
with:
body: ${{ steps.pr-description.outputs.pull_request_description }}
token: ${{ secrets.GITHUB_TOKEN }}