Skip to content

reviewpad app not triggering on PR #455

Discussion options

You must be logged in to vote

Hi @leo-mendoza-qatalog

Thanks for the question 🙌

The configuration you have provided has a syntax error. You can use reviewpad.com/playground to test your reviewpad.yml configuration. Please be aware that you can only test against open-source repositories (for now).

If you copy your configuration into reviewpad.com/playground you will see the following error:

> Error: [lint] workflow label-pull-request-with-size does not have rules

Here's your configuration with the fixed syntax:

api-version: reviewpad.com/v3.x
mode: verbose

labels:
  size-xs:
    name: 'size/xs'
  size-s:
    name: 'size/s'
  size-m:
    name: 'size/m'
  size-l:
    name: 'size/l'
  size-xl:
    name: 'size/xl'
  stale:…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leo-mendoza-qatalog
Comment options

Answer selected by leo-mendoza-qatalog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants