1010varun / qr-convertor

This tool allows you to seamlessly convert plain text into QR codes, enabling efficient sharing and storage of information in a visually compact and easily scannable format. Whether you need to encode URLs, messages, or any other textual data, this lightweight and user-friendly converter simplifies the process.
https://convert-to-qr.netlify.app/
GNU General Public License v3.0
2 stars 11 forks source link

[Feature]: Add GitHub Action for Automatic Assignee Assignment #46

Open harmeetsingh11 opened 10 months ago

harmeetsingh11 commented 10 months ago

Describe the feature you'd like to request

Currently, it would be beneficial to have an automated workflow that assigns the pull request author as an assignee of the pull request. This streamlines the process, ensuring that the person who initiated the changes is automatically assigned.

Describe the solution you'd like

Implement a GitHub Action that automatically assigns the pull request author as an assignee whenever a new pull request is created.

Expected Behavior:

When a pull request is created, the GitHub Action should automatically assign the pull request author as an assignee, simplifying the assignment process.

Additional Considerations:

Checklist