Skip to content

Commit

Permalink
branch 'main' into auto-merge/test
Browse files Browse the repository at this point in the history
  • Loading branch information
redaphid committed Mar 12, 2024
2 parents 9234f6d + 74e75c4 commit 602e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-shader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
run: |
git fetch origin ${{ github.base_ref }}
git diff --name-status origin/${{ github.base_ref }}...${{ github.sha }} | grep -E '^\w\s+shaders/'"${PR_AUTHOR}"'/.*' > pr_changes.txt
git diff --name-status origin/main ${{ github.sha }} | grep -E '^\w\s+shaders/'"${PR_AUTHOR}"'/.*' > pr_changes.txt
if [ -s pr_changes.txt ]; then
echo "Changes detected in the user-specific directory, proceeding with auto-approve and merge."
echo "valid_user_directory=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 602e15b

Please sign in to comment.