Skip to content

feat: add prometheus.getSilence ,prometheus.query and prometheus.queryRange action components #3353

feat: add prometheus.getSilence ,prometheus.query and prometheus.queryRange action components

feat: add prometheus.getSilence ,prometheus.query and prometheus.queryRange action components #3353

name: "Semantic Pull Request"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
semantic-pull-request:
name: "Validate PR title"
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs