Li Lin

Results 4 issues of Li Lin

Fix the json field name of `Project` in GitLab's `PushEventPayload` and `TagEventPayload`. The json field name should be lowercase `project` according to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#push-events.

Fix the json field name of `Project` in GitLab's `PushEventPayload` and `TagEventPayload`. The json field name should be lowercase `project` according to https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#push-events. ``` { "object_kind": "push", "event_name": "push", ......

## Description Add `PullRequestOutputsEnabled` to Workspace settings. The PR is not ready to be released yet due to other dependencies. Will unmark its draft status when it's ready to be...

## Description Note: This PR is still a draft and is not ready to be merged yet. This PR adds the `pull_request_outputs_enabled` field on workspace settings. _Remember to:_ - _Update...