Skip to content

groups all six previous fursuits in game into one variant-ized item, with some added extras. #123123

groups all six previous fursuits in game into one variant-ized item, with some added extras.

groups all six previous fursuits in game into one variant-ized item, with some added extras. #123123

Workflow file for this run

name: PR Validator
on:
pull_request:
branches:
- master
types: [opened, edited, synchronize]
jobs:
validate:
name: Validate PR
runs-on: ubuntu-latest
steps:
- name: "Validate SUMMARY"
uses: CleverRaven/pr-validator@master
with:
description-regex: '(\n|^)#### Summary\s+`{0,3}(SUMMARY:\s+)?(None|((Features|Content|Interface|Mods|Balance|Bugfixes|Performance|Infrastructure|Build|I18N) +".+"))`{0,3}\s*(\n|$)'
description-regex-flags: 'i'