Skip to content

feat: add [FullRepository.custom_properties, OrgCustomProperty.values_editable_by, repos.item_item_properties_values_patch_request_body] | rename [Hook_configable > WebhookConfigable] | remove composed types [WebhookConfigInsecureSsl.[webhookConfigInsecureSslDouble5, webhookConfigInsecureSslDouble6], ItemItemHooksPostRequestBody_config.[digest, token]] | docs [package repos] #76

feat: add [FullRepository.custom_properties, OrgCustomProperty.values_editable_by, repos.item_item_properties_values_patch_request_body] | rename [Hook_configable > WebhookConfigable] | remove composed types [WebhookConfigInsecureSsl.[webhookConfigInsecureSslDouble5, webhookConfigInsecureSslDouble6], ItemItemHooksPostRequestBody_config.[digest, token]] | docs [package repos]

feat: add [FullRepository.custom_properties, OrgCustomProperty.values_editable_by, repos.item_item_properties_values_patch_request_body] | rename [Hook_configable > WebhookConfigable] | remove composed types [WebhookConfigInsecureSsl.[webhookConfigInsecureSslDouble5, webhookConfigInsecureSslDouble6], ItemItemHooksPostRequestBody_config.[digest, token]] | docs [package repos] #76

Workflow file for this run

name: "Build and validate Go generated SDK"
on:
pull_request:
workflow_dispatch:
push:
branches:
- "main"
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v3.5.0
with:
go-version: '1.21.4'
- name: Build the SDK
run: go build ./...
- name: Run unit tests
run: go test ./...