There was an error while loading. Please reload this page.
1 parent a48293f commit da982fbCopy full SHA for da982fb
1 file changed
.github/workflows/contributor-guidance.yml
@@ -95,10 +95,9 @@ jobs:
95
env:
96
ADD_CAUTION: >-
97
${{
98
- steps.agentscan.outcome == 'success' &&
99
- (steps.agentscan.outputs.classification == 'mixed' ||
+ steps.agentscan.outputs.classification == 'mixed' ||
100
steps.agentscan.outputs.classification == 'automation' ||
101
- steps.agentscan.outputs['community-flagged'] == 'true')
+ steps.agentscan.outputs['community-flagged'] == 'true'
102
}}
103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
IS_FIRST_TIME: ${{ needs.contributor.outputs.is_first_time }}
0 commit comments