From 4d107567e65102cf0a7753e784ee360e4ba3fe1f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 19 Mar 2023 22:58:16 +0100 Subject: [PATCH] ci: add dependency section when opening a PR --- .github/workflows/pull_request.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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