Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Auto-merge pull request #12 from atomist-skills/github-branch-protect…
Browse files Browse the repository at this point in the history
…ion-rules-skill

Update skill.yaml
    
Pull request auto merged:

* 1 approved review by @slimslenderslacks
* 2 successful checks
  • Loading branch information
atomist[bot] authored Sep 11, 2020
2 parents 41f91dc + 37b280f commit 38f2d0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ parameters:
placeHolder: topicname
required: true
- string:
description: enable branch protection rules for branches matching this pattern
displayName: Branch pattern for configuring branch protection rules
description: Enable branch protection rules for the branches matching this name or pattern.
displayName: Branch name pattern
name: branchPattern
placeHolder: "master,main"
placeHolder: "main,default"
required: true
- boolean:
description: Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators.
displayName: Enforce Admins
name: enforce_admins
required: false
- stringArray:
name: required_status_checks
displayName: Required Status Checks
description: Require status checks to pass before merging
description: Specify which status checks must pass before branches can be merged
required: false
- boolean:
description: Enforce branch protection rules for repostitory administrators. Set to true to enforce required status checks for repository administrators.
displayName: Enforce for Administrators
name: enforce_admins
required: false
- boolean:
name: dismiss_stale_reviews
Expand Down Expand Up @@ -76,7 +76,7 @@ parameters:
default: false
required: false
- schedule:
description: check regularly
description: Keep repository branch protection configurations current. If set, repository branch protection configurations will be checked and updated to this configuration on the set schedule.
displayName: Schedule
name: schedule
defaultValue: 0 */6 * * *
Expand Down

0 comments on commit 38f2d0a

Please sign in to comment.