Skip to content

Auto assign#64

Merged
RishiByte merged 2 commits into
Demon-Die:mainfrom
Wombatfreak6:auto-assign
Jun 12, 2026
Merged

Auto assign#64
RishiByte merged 2 commits into
Demon-Die:mainfrom
Wombatfreak6:auto-assign

Conversation

@Wombatfreak6

Copy link
Copy Markdown
Contributor

🔗 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.
3:20 PM

- Add id='hero-section' to hero <section> for targeted CSS overrides
- Add class='hero-img' and proper alt text to the unconstrained hero image
- Add @media (min-width: 1440px) block in style.css to:
  * Constrain hero-img to max-height: 520px with object-fit: contain
    so it cannot inflate the section height on wide screens
  * Reduce section min-height from 716px to 600px (Tailwind override)
    so content drives the layout height instead of a hard floor
  * Tighten column gap from 48px (gap-12) to 40px for better proportion
  * Reduce main top-padding from 96px (pt-24) to 80px to close the
    excess whitespace between the fixed nav and hero content

No mobile (<768px) or tablet (<1024px) layouts are affected.
No site-wide typography, spacing, or unrelated components modified.
@Wombatfreak6 Wombatfreak6 requested a review from RishiByte as a code owner June 12, 2026 09:50
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

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

A member of the Team first needs to authorize it.

@Wombatfreak6

Copy link
Copy Markdown
Contributor Author

@RishiByte can you review this? I have added two files in the workflow folder

@RishiByte RishiByte merged commit da1283e into Demon-Die:main Jun 12, 2026
3 of 4 checks passed
@Wombatfreak6 Wombatfreak6 deleted the auto-assign branch June 12, 2026 13:25
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.

2 participants