Skip to content

fix: Support scraping pods metrics that is still in scheduling status and has no assigned node #396

fix: Support scraping pods metrics that is still in scheduling status and has no assigned node

fix: Support scraping pods metrics that is still in scheduling status and has no assigned node #396

Workflow file for this run

name: "Lint pull request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title for semantic commit message
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}