Skip to content

Commit 4edfe22

Browse files
authored
Fetch all history and all branches in CI, so we can compare with the master branch (#3286)
* fetch all history and all branches in CI * Create hot-pumas-allow.md
1 parent 590c9a4 commit 4edfe22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changeset/hot-pumas-allow.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.github/workflows/changesets.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@master
15+
with:
16+
## fetch all history for all branches and tags, so we can compare with master
17+
fetch-depth: 0
1518

1619
- name: Setup Node.js 12.x
1720
uses: actions/setup-node@master

0 commit comments

Comments
 (0)