mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Allow 'blocked by' in comments to show in github issues and PRs
This commit is contained in:
parent
7b302b25c1
commit
3b1bb5df68
15
.github/workflows/blocking_issues.yml
vendored
Normal file
15
.github/workflows/blocking_issues.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
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/blocking-issues@v1.1
|
Loading…
Reference in New Issue
Block a user