Allow the player to order sets of hub 01 soldier armor after buy them #123053
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |