Sha256: abedca18b258a587978c03b7320196c58163b0a760bfd31dbecff299f0bd6b91
Contents?: true
Size: 1.4 KB
Versions: 5
Compression:
Stored size: 1.4 KB
Contents
{ "name": "Problem Child", "description": "Allows authenticated or anonymous users to fill out a standard web form to creat GitHub issues.", "repository": "https://github.com/benbalter/problem_child", "addons": [ "heroku-redis:hobby-dev" ], "env": { "GITHUB_CLIENT_ID": { "description": "The ID of your GitHub OAuth application, created via https://github.com/settings/applications/new", "required": "true" }, "GITHUB_CLIENT_SECRET": { "description": "The secret key of your GitHub OAuth application, created via https://github.com/settings/applications/new", "required": "true" }, "GITHUB_REPO": { "description": "The repository against which to open issues submitted via Problem Child", "required": "true" }, "GITHUB_TOKEN": { "description": "A personal access token for a bot account with the ability to create an issue in the GITHUB_REPO if you would like all submissions to be anonymous", "required": "false" }, "GITHUB_TEAM_ID": { "description": "The GitHub Org ID e.g, @whitehouse if you'd like all users to authenticate against a GitHub Org prior to being presented the form", "required": "false" }, "GITHUB_ORG_ID": { "description": "The numeric Team ID (e.g., 1234) if you'd like all users to authenticate against a GitHub Team prior to being presented the form", "required": "false" } } }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
problem_child-3.1.0 | app.json |
problem_child-3.0.1 | app.json |
problem_child-3.0.0 | app.json |
problem_child-2.1.1 | app.json |
problem_child-2.1.0 | app.json |