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 b66a503 commit bca5ee9Copy full SHA for bca5ee9
.github/workflows/label-doc-changes.yml
@@ -35,7 +35,7 @@ jobs:
35
labels: doc-changes
36
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
37
- name: assign techwriters to PR
38
- if: ${{github.event.label.name == 'doc-changes'}}
+ if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
39
uses: kentaro-m/[email protected]
40
with:
41
configuration-path: ".github/auto_assign.yml"
0 commit comments