Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.34 KB

File metadata and controls

23 lines (17 loc) · 1.34 KB

Maintainers

This document describes some instructions for maintainers. Other contributors and users need not be concerned with this material.

GitHub instructions

When setting up the repository on GitHub, configure the following settings:

  • Under GeneralPull Requests, enable Automatically delete head branches.
  • Under Secrets and variables:
    • Under Actions, add a DOCKER_PASSWORD repository secret with an appropriate value.
    • Under Dependabot, add the DOCKER_PASSWORD repository secret from above.
  • Under Branches, click Add a branch ruleset and configure it as follows:
    • For the ruleset name, you can use the name of the branch: main.
    • Set Enforcement status to Active
    • Under TargetsTarget branches, click Add target and select Include default branch from the dropdown menu.
    • Under RulesBranch rules, check Require status checks to pass and configure it as follows before clicking the Create button:
      • Enable Require branches to be up to date before merging
      • Click the Add checks button and add the Validate status check (you may need to use the search box to find it).

Miscellaneous notes