Skip to content

[FEAT] Automated Thank You message when an issue is resolved #330

Description

@github-actions

Problem Statement

Contributors take time to report bugs or request features. When an issue is closed, it's nice to give them a warm send-off automatically.

Proposed Solution

Create a workflow listening to the issues.closed event. If the issue is closed with the reason completed (meaning it wasn't closed as not planned or spam), the GitHub Action should drop a comment: "This issue has been successfully resolved! Thank you for your contribution to OSSfolio 🚀."

Alternatives Considered

Typing it out manually every time.

Additional Context

Use actions/github-script to post the comment.

Metadata

Metadata

Assignees

Labels

ADVENTURERIntermediate — 25 ptsELUSOCELUSOC project submissionenhancementNew feature or improvementgithub-actionsCI/CD & Workflows

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions