We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc13d8e commit 5409e5fCopy full SHA for 5409e5f
.github/workflows/codeowners-enforcement.yml
@@ -25,9 +25,9 @@ jobs:
25
# check at ./CODEOWNERS and .github/CODEOWNERS
26
if [ ! -f CODEOWNERS ] && [ ! -f .github/CODEOWNERS ]; then
27
echo "CODEOWNERS file not found"
28
- echo "found=true" | tee -a "$GITHUB_OUTPUT"
29
- else
30
echo "found=false" | tee -a "$GITHUB_OUTPUT"
+ else
+ echo "found=true" | tee -a "$GITHUB_OUTPUT"
31
fi
32
33
- name: Find PR Comment
0 commit comments