Consolidate add
with install
in DM and allow multiple dependency installation
#6486
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependent Issues | |
on: | |
issues: | |
types: | |
- opened | |
- edited | |
- closed | |
- reopened | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- closed | |
- reopened | |
- synchronize | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: z0al/dependent-issues@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
label: dependent | |
comment: > | |
This PR/issue depends on: | |
{{ dependencies }} | |
By **[Dependent Issues](https://github.com/z0al/dependent-issues)** (🤖). |