You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "CamilleTeruel (via GitHub)" <gi...@apache.org> on 2023/05/10 09:34:48 UTC

[GitHub] [incubator-devlake] CamilleTeruel commented on issue #4745: [Feature][Data Schema] Add an `original_status` field to table pull_requests and use `status` to indicate standardized statuses

CamilleTeruel commented on issue #4745:
URL: https://github.com/apache/incubator-devlake/issues/4745#issuecomment-1541786798

   > For Azure PRs (refer to [this doc](https://learn.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#pull-request-status), can you please help verify this? @CamilleTeruel ):
   >     * Azure `pending` or 'notSet' or 'notApplicable' -> OPEN
   >     * Azure `succeeded` -> MERGED
   >     * Azure `failed` or `error` -> CLOSED
   
   The azure statuses we get from API are described [here](https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/get-pull-request?view=azure-devops-rest-7.1#pullrequeststatus)
   Currently we have:
   - Azure `active` -> OPEN
   - Azure `completed` -> MERGED
   - Azure `abandoned` -> CLOSED
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org