Matteias Collet

Results 5 issues of Matteias Collet

The query used to get the users contributions apparently only includes repositories to which the user has recently contributed to. ```gql { viewer { repositoriesContributedTo(first: 100, includeUserRepositories: false, contributionTypes: [COMMIT,...

**Is your feature request related to a problem? Please describe.** CapRover makes it easy to deploy containerized applications, but the [procedure to deploy static files](https://caprover.com/docs/recipe-deploy-create-react-app.html) still comes with a bit...

feature-request

### Describe the problem you'd like to have solved When using a custom session store, sensitive user information may be stored in plaintext. The application should not have direct access...

enhancement

It'd be useful if one or multiple usernames could be specified for pull requests that fall outside the semver range the action is allowed to merge - i.e. if the...

Fixes an issue ( see #900 and #974 ) where attributes with uppercase characters would be filtered out in the response due to the lowercase matching in the search response:...