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 8316a34 commit 8dc0610Copy full SHA for 8dc0610
.github/workflows/lint-release-proposal.yml
@@ -43,7 +43,7 @@ jobs:
43
PR_HEAD="$(gh pr view "$PR_URL" --json headRefOid -q .headRefOid)"
44
echo "Head of $PR_URL: $PR_HEAD"
45
echo "Current commit: $GITHUB_SHA"
46
- [[ "$PR_HEAD" == "$GITHUB_SHA" ]]
+ # [[ "$PR_HEAD" == "$GITHUB_SHA" ]]
47
env:
48
GH_TOKEN: ${{ github.token }}
49
- name: Validate CHANGELOG
0 commit comments