You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
.github/workflows/issues-pr-workflow.yml
.Additional Notes:
Priority: High
The text was updated successfully, but these errors were encountered: