Skip to content

Commit ca252b6

Browse files
authored
Merge pull request #167 from FortnoxAB/task/no-new-changesets-when-changesets-directory-is-modified
If we "fix up" changesets, we dont want to create new changesets
2 parents 888216a + 9d027bc commit ca252b6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.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)