When creating a GitHub App using the manifest flow is there any way to specify the permission level (read/write/none) and path for single_file
permissions?
I am currently investigating using the probot base template, which results in an app.yml manifest. However there is no entry for single_file
in there. If I add
single_file: write
or
single_file: read
I get an error stating that name path is requried
Is there any way to include this in the manifest format?