Skip to main content
Version: Next

Label on change freeze

An example of adding a label to not merge a pull request when on change freeze.

reviewpad.yml
labels:
do-not-merge:
color: 294b69

workflows:
- name: change-freeze
run:
if: $createdAt() >= 2022-04-05 && $createdAt() <= 2022-04-15
then: $addLabel("do-not-merge")