Skip to content

Commit

Permalink
Merge pull request #21 from All-Hands-AI/fix-success-comment-detection
Browse files Browse the repository at this point in the history
Fix success comment detection in github-api.ts
  • Loading branch information
neubig authored Dec 3, 2024
2 parents cfdb0cf + 35e32c2 commit a16e240
Show file tree
Hide file tree
Showing 16 changed files with 2,516 additions and 1,873 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default tseslint.config(
ecmaVersion: 2020,
globals: globals.browser,
parserOptions: {
project: ['./tsconfig.app.json', './tsconfig.node.json', './scripts/tsconfig.json'],
project: ['./tsconfig.app.json', './tsconfig.node.json', './scripts/tsconfig.json', './tsconfig.json'],
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
Loading

0 comments on commit a16e240

Please sign in to comment.