Data security and privacy
CLOUD
Please find the general privacy policy here: Privacy Policy (Cloud apps)
App specific data storage for Cloud version
At Mibex Software, we try to only store the bare minimum of data to accomplish our task and to provide you a pleasant user experience.
Add-on Scopes for Cloud version
account
: Ability to see all the user's account information. Note that this does not include any ability to mutate any of the data. This scope is used for the admin pages of the app.repository
: Gives the app read access to all the repositories the authorizing user has access to. The app does not access repositories source code, nor does it store any code. This scope is used for:the app’s repository settings pages
the commit webhook to recognize new commits that would trigger auto-merge
pullrequest
: Gives the app read access to pull requests. This scope impliesrepository
, giving read access to the pull request's destination repository. The app uses this scope for the auto-merge feature:read the pull request title for the
[SHOW]
prefix that signals auto-mergeread the pull requests' build status
to check if there are open tasks or if there are changes requested.
pullrequest:write
: Impliespullrequest
but adds the ability to merge pull requests for the auto-merge feature. This scope impliesrepository:write
, giving write access to the pull request's destination repository.