Prepare release 0.1.8 * Bump version in package.json from 0.1.8-dev.0 to 0.1.8#8
Conversation
- Update package.json version from 0.1.4-dev.0 to 0.1.4
Configured Dependabot for version updates.
Bumps the npm_and_yarn group with 1 update in the / directory: [glob](https://github.com/isaacs/node-glob). Updates `glob` from 10.4.5 to 10.5.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…heck handling/tests * Add .npmignore to exclude src/, tests/, configs, logs, temp, and docs while including dist/ and README.md * Remove "files": ["dist"] and add repository metadata in package.json * Implement checkWorkflowConfiguration and helper isTriggeredByPullRequest in src/github.ts; lower maxConsecutiveNoChecks from 6 to 3; refine logs for branch-only workflow runs; log recovery instructions line-by-line * Remove checkWorkflowConfiguration from public exports in src/index.ts * Add tests/checkWorkflowConfiguration.test.ts for workflow trigger detection; update tests/github.test.ts to skip flaky API error test and use timers/Promise.allSettled for stability * Delete documentation files: BUILD-SUCCESS.md, EXTRACTION-SUMMARY.md, FINAL-STATUS.md, INTEGRATION-GUIDE.md
- Update dependency in package.json: @eldrforge/git-tools ^0.1.1 -> ^0.1.4
* Update package.json version from 0.1.5-dev.0 to 0.1.5
* Update root "version" from 0.1.5-dev.0 to 0.1.5 * Update packages[""].version from 0.1.5-dev.0 to 0.1.5
…_yarn-bdc76aff73 Bump glob from 10.4.5 to 10.5.0 in the npm_and_yarn group across 1 directory
* Bump vitest from ^3.2.4 to ^4.0.13 in package.json
* Bump @vitest/coverage-v8 from ^3.2.4 to ^4.0.13 in package.json
* Replace arrow callback with function() { return mockOctokit; } in MockOctokit.mockImplementation in tests/checkWorkflowConfiguration.test.ts and tests/github.test.ts
- Change coverage thresholds.branches from 80% to 70% under defineConfig coverage settings
* Remove top-level env.NODE_AUTH_TOKEN from .github/workflows/npm-publish.yml * Drop "Update npm" step (npm install -g npm@latest) from .github/workflows/npm-publish.yml
added 2 commits
December 11, 2025 20:13
* Bump version in package.json from 0.1.8-dev.0 to 0.1.8
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
This pull request was closed.
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.
Automated release PR.