diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 605e7a721..f36d1d2a1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,5 +21,10 @@ jobs: with: destination_branch: 'main' pr_title: 'chore: ${{ env.MESSAGE }}' - pr_body: 'This pull request will ${{ env.MESSAGE }}.' + pr_body: | + This pull request will ${{ env.MESSAGE }}. + + ## Dependencies before merge + + - [] https://github.com/revanced/revanced-integrations pr_draft: true