Skip to content

feat: Bump kube-prometheus-stack to 63.0.0 #450

feat: Bump kube-prometheus-stack to 63.0.0

feat: Bump kube-prometheus-stack to 63.0.0 #450

Workflow file for this run

name: Stacked PRs
permissions:
actions: write
checks: write
issues: write
pull-requests: write
statuses: write
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: z0al/dependent-issues@v1
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# (Optional) The label to use to mark dependent issues
label: stacked
# (Optional) Enable checking for dependencies in issues.
# Enable by setting the value to "on". Default "off"
check_issues: off
# (Optional) A comma-separated list of keywords. Default
# "depends on, blocked by"
keywords: depends on, blocked by