Skip to content

Minutes from Infrastructure Team meetings

Notifications You must be signed in to change notification settings

srobo/infrastructure-team-minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure Team Minutes

Minutes from the Infrastructure Team meetings.

The canonical instance of this repository is on github at https://github.com/srobo/infrastructure-team-minutes.

Agenda

The agenda doc lives in Google Drive, and is linked from meeting events' calendar entries.

To aid with converting the Google doc into markdown, it's recommended to use this tool.

Actions script

Actions from each meeting are recorded as issues on the github instance. There is a Python script to support this:

./scripts/create-actions.py 2018/2018-11-21.md

The script requires Python 3.6+ and the requests library. It uses the GitHub REST API v3, for which you should create a Personal Access Token with "Read and Write" access to "Issues".