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 1be3e58 commit 41672a7Copy full SHA for 41672a7
.github/workflows/check-restricted-files.yaml
@@ -42,9 +42,6 @@ jobs:
42
43
echo This PR contains changes to files that should not be changed
44
echo
45
- # git diff --compact-summary upstream/v3.2-dev upstream/v3.2-dev-sync-with-dev -- versions
46
-
47
- echo ${{ github.event.pull_request.head.label }}
48
- echo ${{ github.event.pull_request.base.label }}
+ git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions
49
50
exit 1
0 commit comments