Skip to content

Commit bca5ee9

Browse files
committed
Updated conditional
1 parent b66a503 commit bca5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-doc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
labels: doc-changes
3636
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
3737
- name: assign techwriters to PR
38-
if: ${{github.event.label.name == 'doc-changes'}}
38+
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3939
uses: kentaro-m/[email protected]
4040
with:
4141
configuration-path: ".github/auto_assign.yml"

0 commit comments

Comments
 (0)