Skip to content

Feat: Add refetch button to environment details card #6

Feat: Add refetch button to environment details card

Feat: Add refetch button to environment details card #6

Workflow file for this run

name: PR Validation
on:
pull_request:
types:
- "opened"
- "edited"
- "reopened"
jobs:
check-title:
name: "PR Title"
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Check Title
uses: gsactions/commit-message-checker@v2
with:
pattern: '^.*(Feat|Chore|Fix):.*$'
error: 'You need at least one of "Feat:|Chore:|Fix:" in PR title prefix.'
excludeDescription: true