We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4c21c commit 6294aadCopy full SHA for 6294aad
1 file changed
.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
39
Automatic build of SDK v${{ env.sdk_version }} version based on Outscale API ${{ env.api_version }}.
40
title: "SDK v${{ env.sdk_version }}"
41
token: "${{ env.token }}"
42
+ labels: "kind/feature"
43
env:
44
sdk_version: ${{ steps.get-sdk-version.outputs.sdk_version }}
45
api_version: ${{ github.event.inputs.api_version }}
0 commit comments