We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 888216a + 9d027bc commit ca252b6Copy full SHA for ca252b6
1 file changed
.github/workflows/dependabot-changesets.yml
@@ -1,7 +1,12 @@
1
# Add changesets for Dependabot PRs
2
name: Dependabot Changesets
3
on:
4
- pull_request: {}
+ 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/**'
10
11
permissions:
12
contents: read
0 commit comments