Tighten ESLint workflow behavior and clean up bug report metadata examples#49
Merged
JosunLP merged 4 commits intoJosunLP-patch-1from Mar 12, 2026
Merged
Tighten ESLint workflow behavior and clean up bug report metadata examples#49JosunLP merged 4 commits intoJosunLP-patch-1from
JosunLP merged 4 commits intoJosunLP-patch-1from
Conversation
Merged
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add contributor guidance and improve documentation in bQuery.js
Tighten ESLint workflow behavior and clean up bug report metadata examples
Mar 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the ESLint GitHub Actions workflow to better align with existing repo CI conventions (Bun + CodeQL v4) while refining the bug report issue template to reduce ambiguity for reporters.
Changes:
- Adjust ESLint workflow to upload SARIF via
github/codeql-action/upload-sarif@v4, avoid workspace mutation, and only allow scheduled lint to be non-blocking. - Consolidate lint execution into a single step using conditional
continue-on-errorfor scheduled runs. - Refresh bug report template environment examples and normalize field labels.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/eslint.yml | Makes PR/push lint failures blocking, keeps scheduled runs non-blocking, and aligns SARIF upload with CodeQL v4. |
| .github/ISSUE_TEMPLATE/bug_report.md | Updates environment metadata examples/labels for clearer and more consistent bug reports. |
Collaborator
|
@copilot apply changes based on the comments in this thread |
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Contributor
Author
Applied in |
Copilot stopped work on behalf of
JosunLP due to an error
March 12, 2026 16:02
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.
This updates the follow-up fixes for the labeler/docs automation PR by addressing the remaining review comments in the ESLint workflow and issue template. The changes keep lint reporting aligned with the repo’s existing Actions conventions and make the bug template less ambiguous for reporters.
ESLint workflow
github/codeql-action/upload-sarif@v4to match the repo’s CodeQL action versionpush/pull_requestruns while keeping scheduled scans non-blockingcontinue-on-errorto avoid duplicated command pathsBug report template
Browser:,App version:) for consistent issue intake formattingWorkflow behavior change
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.