Skip to content

Commit 533f848

Browse files
Merge pull request #240 from shubham1172/shubham1172/fix-dapr-bot
Fix Dapr bot: don't use ES syntax
2 parents dea0aaf + 52f7145 commit 533f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/dapr_bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function executeEndToEndTests(github, context, isPullRequest) {
156156
}
157157

158158

159-
export default async ({ github, context }) => {
159+
module.exports = async ({ github, context }) => {
160160
const payload = context.payload;
161161
const issue = context.issue;
162162
const isFromPulls = !!payload.issue.pull_request;

0 commit comments

Comments
 (0)