Skip to content

Commit

Permalink
Merge pull request ceph#43473 from rhcs-dashboard/wip-pr_deps-master
Browse files Browse the repository at this point in the history
.github: check if PR deps are merged/closed

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
  • Loading branch information
epuertat authored Oct 11, 2021
2 parents bbe2e65 + 61011a4 commit e7cbf30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-check-deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Check PR dependencies
on: [pull_request_target]
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check PR Dependencies
steps:
- uses: gregsdennis/dependencies-action@80b5ffec566913b1494d5a8577ab0d60e476271d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7cbf30

Please sign in to comment.