Li Lin
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...
## Description ## Testing plan ## External links ## Output from tests Including output from tests may require access to a TFE instance. Ignore this section if you have no...