Skip to content

blah

blah #35

name: Dependent Issues
on:
issues:
types:
- opened
- edited
- reopened
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
issue_comment:
types:
- created
# Schedule a daily check. Used in referencing cross-repository
# issues or pull requests
schedule:
- cron: '0 0 * * *'
jobs:
check:
runs-on: ubuntu-latest

Check failure on line 26 in .github/workflows/dependent-issues.yml

View workflow run for this annotation

GitHub Actions / Dependent Issues

Invalid workflow file

The workflow is not valid. .github/workflows/dependent-issues.yml (Line: 26, Col: 9): Unrecognized function: 'containd'. Located at position 36 within expression: github.event.issue.pull_request && containd(github.event.comment.body, '/build-test')
if: github.event.issue.pull_request && contains(github.event.comment.body, '/build-test')
steps:
- uses: z0al/dependent-issues@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# (Optional) Enable checking for dependencies in issues.
# Enable by setting the value to "on". Default "off"
check_issues: off
keywords: depends on, blocked by, based on