We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the 'Depends on' CI check does not work if you edit the OP later and add it, see #416.
Not super important though.
The text was updated successfully, but these errors were encountered:
Unfortunatelt you have to retrigger it manually (I just did it) for it to work, or push some new commit, otherwise the workflow won't run!
Sorry, something went wrong.
Could do something like the edit_pr_description: https://github.com/napari/docs/blob/main/.github/workflows/edit_pr_description.yml
The idea being to also trigger the check when the PR description is edited.
Actually that's what the docs for the action have:
on: pull_request_target: types: [opened, edited, closed, reopened] jobs: check_dependencies: runs-on: ubuntu-latest name: Check Dependencies steps: - uses: gregsdennis/dependencies-action@main with: custom-domains: my-custom-domain.io another.domain.com env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
The complete options list is here: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
No branches or pull requests
🐛 Bug
It seems that the 'Depends on' CI check does not work if you edit the OP later and add it, see #416.
Not super important though.
The text was updated successfully, but these errors were encountered: