diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d2d6e8f3..dc4a07e8 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-patches pr_draft: true \ No newline at end of file