Merged
Conversation
Contributor
stoe
commented
Sep 26, 2025
- ⬆️ Upgrade dependencies
- 🔒️ Add CodeQL configuration and workflow
- 🎨 Update Prettier configuration
- 🎨 Update ESLint configuration
- 🎨 Update Husky configuration
- 📝 Update README and ActionPolicy.js
Add lint-staged
- Revised the README to enhance the formatting of action inputs for better readability. - Streamlined the initialization of MyOctokit in ActionPolicy.js by consolidating request options. - Removed unnecessary line breaks and comments in ActionPolicy.js for cleaner code. - Simplified API request calls in ActionPolicy.js to improve code conciseness.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares version 3.2.0 by upgrading dependencies and modernizing the project's configuration. The changes include migrating to ES modules, updating linting/formatting tools, and adding CodeQL security analysis.
- Migrated project to ES modules and updated Node.js configuration
- Upgraded dependencies including GitHub Actions packages and development tools
- Replaced legacy ESLint/Prettier configurations with modern equivalents
Reviewed Changes
Copilot reviewed 15 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| utils/ActionPolicy.js | Removed ESLint disable comment and reformatted code for consistency |
| readme.md | Minor formatting fix to table alignment |
| prettier.config.js | New ES module-based Prettier configuration |
| package.json | Added ES module type, upgraded dependencies, updated Husky and lint-staged config |
| eslint.config.js | New flat ESLint configuration replacing legacy .eslintrc.json |
| .prettierrc.cjs | Removed legacy CommonJS Prettier config |
| .prettierignore | Updated ignore patterns for build artifacts |
| .husky/pre-push | Removed deprecated husky.sh sourcing |
| .husky/pre-commit | New pre-commit hook using lint-staged |
| .github/workflows/codeql.yml | Added CodeQL security analysis workflow |
| .github/husky/pre-commit | Removed old Husky pre-commit hook |
| .github/husky/.gitignore | Removed old Husky gitignore |
| .github/codeql/codeql-config.yml | Added CodeQL configuration |
| .eslintrc.json | Removed legacy ESLint configuration |
| .eslintignore | Removed legacy ESLint ignore file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
We rely on the GitHub default CodeQL setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.