Skip to content

added auto assign feature#9

Open
Wombatfreak6 wants to merge 1 commit into
Demon-Die:mainfrom
Wombatfreak6:auto-assign
Open

added auto assign feature#9
Wombatfreak6 wants to merge 1 commit into
Demon-Die:mainfrom
Wombatfreak6:auto-assign

Conversation

@Wombatfreak6

Copy link
Copy Markdown

🔗 Related Issue
Closes #

📝 Description of Changes
Added two GitHub Actions workflow files to automate issue assignment and stale assignment detection. The auto-assign.yml workflow triggers whenever a comment is created on an issue and automatically assigns the commenter using the org-level reusable workflow. The stale-check.yml workflow runs daily at 9:00 AM UTC and checks for stale issue assignments, helping maintainers keep track of inactive contributors. Both workflows delegate their core logic to reusable workflows defined in the Demon-Die/.github repository.

🏷️ Proposed Labels
CI/CD
📂 Core Files Changed
.github/workflows/auto-assign.yml .github/workflows/stale-check.yml

📸 Verification & Screenshots
CI/CD: Both workflows have been added and are correctly structured. auto-assign.yml triggers on issue_comment: created events and stale-check.yml runs on a daily cron schedule (0 9 * * *) as well as on manual workflow_dispatch. No visual UI changes were made.

🤖 AI Assistance Declaration
Did you use an AI tool to write or assist with this code OR Pull Request?

No
⚠️ Reviewer Notes
These workflows rely on reusable workflows from the org-level Demon-Die/.github repository. Make sure that repository is accessible and that auto-assign-issue.yml and stale-assignment-check.yml exist on the main branch there, otherwise these workflows will fail to run.

✅ The "I Swear I Didn't Break Anything" Pledge
I have thoroughly tested these changes in my own local branch.
I verified multiple times that this code compiles into a standalone build and does not break existing production features.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@Wombatfreak6 is attempting to deploy a commit to the Yuvraj Sarathe's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant