You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the project via gitgitgadget-config.json
With this change, the GitGitGadget GitHub App truly learns about
projects other than Git.
Instead of hard-coding the respective project-dependent values, it now
reads the project configuration from the `gitgitgadget-config.json`
file, which adheres to the `IConfig` interface defined in
https://github.com/gitgitgadget/gitgitgadget/blob/HEAD/lib/project-config.ts.
One caveat: Since the App needs to know which `gitgitgadget-workflows`
fork to target when triggering the GitHub workflows, an additional entry
is required in the configuration that is _not_ defined in `IConfig`:
workflowsRepo: {
owner: "gitgitgadget-workflows",
name: "gitgitgadget-workflows"
}
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments