ci: add dependency section when opening a PR

This commit is contained in:
oSumAtrIX 2023-03-19 22:58:16 +01:00
parent 0e34fa657b
commit 4d107567e6
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -21,5 +21,10 @@ jobs:
with: with:
destination_branch: 'main' destination_branch: 'main'
pr_title: 'chore: ${{ env.MESSAGE }}' 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 pr_draft: true