mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 11:47:11 +01:00
ci: add dependency section when opening a PR
This commit is contained in:
parent
0e34fa657b
commit
4d107567e6
7
.github/workflows/pull_request.yml
vendored
7
.github/workflows/pull_request.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user