GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

gitlab: Skip over merge requests if disabled. #989

Closed ryneeverett closed 11 months ago

ryneeverett commented 1 year ago

Fix #988.

If the merge requests feature is disabled, the API returns a 403 status code, causing the service to abort early. (Since it's a proper generator, any issues already yielded will still be merged into the database.)