Skip to content

Commit fada81d

Browse files
authored
add missing runAttempt property to mocked github context (#2798)
1 parent a9ff90a commit fada81d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/pretty-guests-fly.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

scripts/components/dependabot_version_update_handler.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ void describe('dependabot version update handler', async () => {
108108
action: '',
109109
actor: '',
110110
job: '',
111+
runAttempt: 0,
111112
runNumber: 0,
112113
runId: 0,
113114
apiUrl: '',

0 commit comments

Comments
 (0)