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 d873ec1 commit f2fca0fCopy full SHA for f2fca0f
.github/workflows/go-verdiff.yaml
@@ -11,4 +11,10 @@ jobs:
11
with:
12
fetch-depth: 0
13
- name: Check golang version
14
- run: hack/tools/check-go-version.sh "${{ github.event.pull_request.base.sha }}"
+ run: |
15
+ export LABELS="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUST_NUMBER --jq '.labels.[].name')"
16
+ echo "$LABELS"
17
+ hack/tools/check-go-version.sh "${{ github.event.pull_request.base.sha }}"
18
+ shell: bash
19
+ env:
20
+ GH_TOKEN: ${{ github.token }}
0 commit comments