-
Notifications
You must be signed in to change notification settings - Fork 36
CHORE: Add auto acknowledgment workflow for new issues #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This workflow automatically acknowledges newly opened GitHub issues if no maintainer has already responded, ensuring timely communication with users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a GitHub Actions automation to acknowledge newly opened issues after a short delay, but only when maintainers have not already responded.
Changes:
- Introduces a new workflow triggered on
issues: opened. - Adds a delay, checks existing comments for maintainer responses, and posts an acknowledgement comment if none exist.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
📊 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
|
This workflow automatically acknowledges newly opened GitHub issues if no maintainer has already responded, ensuring timely communication with users.
Summary
This pull request introduces a new GitHub Actions workflow to automatically acknowledge newly opened issues if a maintainer has not already responded. The workflow helps improve responsiveness and ensures that issue reporters receive timely feedback.
New Issue Acknowledgement Automation:
.github/workflows/issue-acknowledge.ymlworkflow that: