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 dc9f120 commit 51015d5Copy full SHA for 51015d5
.github/workflows/Verify.Redist.Update.yaml
@@ -49,12 +49,6 @@ jobs:
49
;;
50
esac
51
52
- echo "Checking directory: $REDIST_DIR"
53
- if [[ ! -f "$REDIST_DIR/README.md" ]]; then
54
- echo "Missing README.md file in $REDIST_DIR!"
55
- exit 1
56
- fi
57
-
58
- name: Auto-approve PR
59
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'sunnamed434'
60
uses: hmarr/auto-approve-action@v4
0 commit comments