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 89503de commit 0f175f2Copy full SHA for 0f175f2
.github/workflows/api-compat-verification.yml
@@ -14,6 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
+ with:
18
+ token: ${{ secrets.CI_USER_PAT }}
19
+ fetch-depth: 0
20
- name: Check for API compatibility
21
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-api-break') }}
22
run: |
0 commit comments