8d38989ff4
push / format (push) Successful in 53s
Details
target / format (pull_request) Successful in 58s
Details
push / document (push) Successful in 1m46s
Details
target / document (pull_request) Successful in 1m49s
Details
push / schema (push) Successful in 26s
Details
target / schema (pull_request) Successful in 30s
Details
target / review (pull_request) Successful in 28s
Details
|
||
---|---|---|
.github | ||
displays | ||
document | ||
ft-view-screens | ||
global objects | ||
instructions | ||
plc | ||
recipes | ||
.gitignore | ||
README.md | ||
equipment-model.axml | ||
equipment-model.json | ||
servers.yml |
README.md
batch-example
This repository will store, format, document and allow versioning and approval of a batch configuration.
This repository only contains exported configuration. It does not contain any binary files (eg equipment-model.cfg nor system state or log files). These are excluded using the .gitignore file.
suggested teams
configured at organisation
- Owners
- reviewers
- reviewers-2
- ci-bots
suggested branch protection
protect branch main
- disable push
- protected file patterns - .github/**
- require 2 approvals
- restrict approvals to reviewers and reviewers-2 teams
- dismiss state approvals
- enable status check for **
- enable merge whitelist to owners
- block merge on rejected reviews
- block merge on official review requests
- block merge if pull request is outdated
protect branch **
- protected file patterns - .github/**
you will need to:
give a bot user (eg batch-bot) write access and make them members of ci-bots team
generate a new token for this user https://sigyl.com/git/user/settings/applications with
- write:issue
- write:repository
- read:user
set an action secret called BOT_TOKEN to it