Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Add Workflow for Issues and Pull Requests  #9

@MAVRICK-1

Description

@MAVRICK-1

Title: Add Workflow for Issues and Pull Requests

Description:

To streamline the process of managing issues and pull requests in the repository, we need to implement a GitHub Actions workflow. This workflow will ensure consistent labeling, automated checks, and notifications for new issues and pull requests.

Acceptance Criteria:

  • Create a GitHub Actions workflow file named .github/workflows/issues-pr-workflow.yml.
  • Configure the workflow to trigger on the creation of new issues and pull requests.
  • Automatically add labels based on templates or keywords in the title/body.
  • Send notifications (if applicable) to maintainers when high-priority issues or PRs are created.
  • Ensure the workflow runs checks for PRs, including code formatting, linting, or CI/CD checks.
  • Test the workflow thoroughly before merging.

Additional Notes:

Priority: High

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions