Comment to PR
1success-notification:2 runs-on: ubuntu-latest3 steps:4 - name: Comment to PR5 uses: marocchino/sticky-pull-request-comment@v26 with:7 header: success-notification8 message: |9 :tada: The Release was successful!10 You can view the changes.
