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 20a94d7 commit b617aecCopy full SHA for b617aec
.github/workflows/commit_artifacts.yml
@@ -329,6 +329,8 @@ jobs:
329
git status
330
echo "===================="
331
echo "Checking for changes"
332
+ # Check if there are changes in the files other than REVISION or @generated headers
333
+ # We also filter out the file name lines with "---" and "+++".
334
if git diff -- . ':(exclude)*REVISION' | grep -vE "^(@@|diff|index|\-\-\-|\+\+\+|@generated SignedSource)" | grep "^[+-]" > /dev/null; then
335
echo "Changes detected"
336
echo "should_commit=true" >> "$GITHUB_OUTPUT"
0 commit comments