ci: add dependency section when opening a PR
This commit is contained in:
parent
d825b37559
commit
24133ea1bb
1 changed files with 6 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue