Skip to content

Commit da982fb

Browse files
committed
fixup! tools: refine contributor guidance workflow
1 parent a48293f commit da982fb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/contributor-guidance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ jobs:
9595
env:
9696
ADD_CAUTION: >-
9797
${{
98-
steps.agentscan.outcome == 'success' &&
99-
(steps.agentscan.outputs.classification == 'mixed' ||
98+
steps.agentscan.outputs.classification == 'mixed' ||
10099
steps.agentscan.outputs.classification == 'automation' ||
101-
steps.agentscan.outputs['community-flagged'] == 'true')
100+
steps.agentscan.outputs['community-flagged'] == 'true'
102101
}}
103102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104103
IS_FIRST_TIME: ${{ needs.contributor.outputs.is_first_time }}

0 commit comments

Comments
 (0)