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 c27551a commit 1ce7e0dCopy full SHA for 1ce7e0d
.github/workflows/generate-go-docs.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
generate_docs_new_pr:
12
- if: ${{ contains(github.event.issue.labels.*.name, 'generate_go_docs') }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'generate_go_docs') }}
13
runs-on: ubuntu-latest
14
15
steps:
0 commit comments