CHORE: Add auto acknowledgment workflow for new issues - updated#437
Merged
bewithgaurav merged 5 commits intomainfrom Feb 17, 2026
Merged
CHORE: Add auto acknowledgment workflow for new issues - updated#437bewithgaurav merged 5 commits intomainfrom
bewithgaurav merged 5 commits intomainfrom
Conversation
…e, set 15min delay
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the issue acknowledgment workflow to improve automation and team responsiveness. It transitions from a personal access token to the built-in GITHUB_TOKEN for enhanced security, expands the maintainer recognition list from 2 to 7 team members, and adds automatic labeling for triage tracking.
Changes:
- Updated workflow permissions from
readtowriteto enable automated commenting and labeling - Extended the wait time from 10 seconds to 15 minutes (900 seconds) to reduce noise and allow maintainers time to respond manually
- Expanded the maintainer list to include 7 team members for better recognition of maintainer responses
- Replaced personal access token with GITHUB_TOKEN for improved security and maintainability
- Enhanced the acknowledgment message to encourage users to provide additional information
- Added automatic application of "triage needed" label to issues without maintainer responses
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📊 Code Coverage Report
Diff CoverageDiff: main...HEAD, staged and unstaged changesNo lines with coverage information in this diff. 📋 Files Needing Attention📉 Files with overall lowest coverage (click to expand)mssql_python.pybind.logger_bridge.hpp: 58.8%
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.row.py: 66.2%
mssql_python.pybind.ddbc_bindings.cpp: 69.3%
mssql_python.pybind.ddbc_bindings.h: 69.7%
mssql_python.pybind.connection.connection.cpp: 75.3%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.pybind.connection.connection_pool.cpp: 79.6%
mssql_python.cursor.py: 84.7%
mssql_python.__init__.py: 84.9%🔗 Quick Links
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
gargsaumya
approved these changes
Feb 17, 2026
bewithgaurav
approved these changes
Feb 17, 2026
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.
Work Item / Issue Reference
This pull request updates the
.github/workflows/issue-acknowledge.ymlworkflow to enhance automation around issue acknowledgment. The main improvements include expanding the list of maintainers, refining permissions, updating the acknowledgment message, and automatically labeling issues that need triage.Workflow automation and permissions:
issuespermission fromreadtowriteto enable automated commenting and labeling on issues.GITHUB_TOKENfor improved security and maintainability.Maintainer and triage process improvements:
triage neededlabel to issues where no maintainer has responded, streamlining the triage process.Summary
This pull request updates the issue acknowledgment GitHub Actions workflow to improve automation and team responsiveness. The most important changes include expanding the list of recognized maintainers, enhancing the automated response, and adding a new step to label issues that need triage.
Workflow improvements:
issuespermission fromreadtowriteto allow the workflow to add comments and labels to issues.Maintainer and automation enhancements:
maintainerslist in the script to include additional team members, ensuring more maintainers are recognized when checking for prior responses.