Auto assign#64
Merged
Merged
Conversation
- 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 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. |
Contributor
Author
|
@RishiByte can you review this? I have added two files in the workflow folder |
RishiByte
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 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