Skip to content

chore: add valid-pr workflow #1

chore: add valid-pr workflow

chore: add valid-pr workflow #1

Workflow file for this run

name: Valid PR
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
valid-pr:
runs-on: ubuntu-latest
steps:
- name: Validate
uses: ExodusMovement/soteria-action@main
with:
validations: conflicting
conflictingLabel: 'blocked/needs-rebase'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
skipDraft: conflicting
retryAfterOnConflicting: 45
removeValidationComments: true