mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
25 lines
491 B
YAML
25 lines
491 B
YAML
---
|
|
name: PR Dependencies
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- reopened
|
|
- synchronize
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
check:
|
|
name: Check Dependencies
|
|
if: github.repository_owner == 'submariner-io'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: depends-on/depends-on-action@e7915c70317af4efc4e6c4a4eb1e9260e215270c # v0.16.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
check-unmerged-pr: true
|