OpenRailAssociation/github-org-manager

Manage GitHub projects as well

开放

#81 创建于 2025年2月20日

 (1 条评论) (1 个反应) (0 位负责人)Python (5 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (12 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I would be great if we could manage GitHub Projects as well.

Based on the configuration it could be like this:

Project Team:
  ...
  projects:
    roadmap:
      id: 1
      role: (admin | write | read)
    backlog:
      id: 2
      role: (admin | write | read)

Sadly the projects have an ID string with 1. Therefore, I would suggest using a name for better understanding. Otherwise it could lead to issues if you forget a comment:

Project Team:
  ...
  projects:
    1: (admin | write | read) # This is the roadmap
    2: (admin | write | read) # This is the backlog

贡献者指南