Files
backstage/packages/integration
Brian Fletcher 5fd31c2f46 remove repo filtering on the github credentials
The github-org processor does not use the concept of repositories.
As such filtering based on selected repositories does not make sense
for that processer. The GithubCredentials was imposing what appears
like an unnessesary restriction on the tokens using the repo name.

By removing this restriction, it enalbes the github-org processor to
work when a github app installation has a repository restriction.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-07-20 15:17:58 +01:00
..
2021-07-08 11:37:02 +00:00
2021-06-18 20:26:42 +02:00
2021-07-08 11:37:02 +00:00

Integrations common functionality

Contains some common functionality of integrations.

This package will be imported both by the frontend and backend.