We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c952dd2 commit b9378abCopy full SHA for b9378ab
.github/workflows/compatibility-check.yml
@@ -37,7 +37,7 @@ jobs:
37
BASE_SHA: ${{ github.event.pull_request.base.sha }}
38
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
39
40
- - name: Add compatibility labels
+ - name: Add comment
41
uses: actions/github-script@v7
42
with:
43
script: |
0 commit comments