AkshitLakhera / PenCraft-Full-Stack-Blogging-Application

PenCraft: React frontend, Cloudflare Workers backend. Features Prisma for DB, JWT for auth, and Tailwind CSS with Aceternity UI components for styling. Simplifying blogging with efficiency.
https://pen-craft.vercel.app
MIT License
26 stars 52 forks source link

Implement GitHub PR Issue Checker Workflow #133

Closed smog-root closed 3 weeks ago

smog-root commented 3 weeks ago

Closes #116

Usage:

  1. When a pull request is created or edited, the workflow automatically triggers.

  2. The workflow checks for:

    • A non-empty PR description.
    • A valid issue reference format (Fixes , Close, Closes, Closed , Fix , Fixed , Resolve , Resolves #Issue_number).
  3. If either check fails, the PR will be marked as failing, and the author will receive clear error messages in the PR comments.

  4. If all checks pass, a confirmation message will indicate that the PR is valid.

Note: Kindly add all labels added to issue #81 .To this PR. and assign me!

@AkshitLakhera

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pen-craft ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 3:42pm
smog-root commented 3 weeks ago

@AkshitLakhera merge it!