As a Kedro user, I want to be able to select multiple nodes within the flowchart so that I can slice the pipeline I am currently viewing. #3264
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: Blocking Issues | |
on: | |
issues: | |
types: [closed] | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
blocking_issues: | |
runs-on: ubuntu-latest | |
name: Checks for blocking issues | |
steps: | |
- uses: Levi-Lesches/[email protected] |