Skip to content

Commit 9d027bc

Browse files
committed
If we "fix up" changesets, we dont want to create new changesets
1 parent 888216a commit 9d027bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dependabot-changesets.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Add changesets for Dependabot PRs
22
name: Dependabot Changesets
33
on:
4-
pull_request: {}
4+
pull_request:
5+
# Trigger on creation (opened) and updates (synchronize)
6+
types: [opened, synchronize, reopened]
7+
# Do not trigger if ONLY files in .changesets are changed
8+
paths-ignore:
9+
- '.changesets/**'
510

611
permissions:
712
contents: read

0 commit comments

Comments
 (0)