change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://changemetrics.io
GNU Affero General Public License v3.0
372 stars 58 forks source link

Fix unsupported Authorization header pattern for Gitlab #986

Closed morucci closed 1 year ago

morucci commented 1 year ago

This fix makes use of the "Bearer" pattern which is supported by both Github and Gitlab.

Related-to: #985