Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: FoalTS middleware with Unkey RBAC #2537

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions oss.gg/7_create_a_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ Your turn 👇

» 12-October-2024 by Nazar Poshtarenko [Next.js Unkey Pay-as-you-Go Starter Kit](https://github.com/unrenamed/unkey-nextjs-pay-as-you-go)

» 22-October-2024 by Nazar Poshtarenko [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Attribution needs correction - repository owner is the sole contributor

Based on the repository data and commit history:

  • Repository owner: Harsh Shrikant Bhat (harshsbhat)
  • All commits are from Harsh Shrikant Bhat
  • No contributions or mentions of Nazar Poshtarenko

The template entry should be updated to correctly attribute the work to Harsh Shrikant Bhat instead of Nazar Poshtarenko.

🔗 Analysis chain

Verify authorship of the template

There appears to be an inconsistency between the claimed author (Nazar Poshtarenko) and the repository owner (harshsbhat). Please clarify the correct attribution or update the repository link if this is a collaborative work.


Let me try a different approach to verify the repository details and contributors.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify repository ownership and contributors

# Test: Check repository details and contributors
gh repo view harshsbhat/unkey-foal --json owner,name,description,collaborators

Length of output: 1211


Script:

#!/bin/bash
# Description: Verify repository ownership and contributors using different fields

# Get basic repository info
gh repo view harshsbhat/unkey-foal --json owner,name,description,mentionableUsers

# Also check recent commits to see contribution patterns
gh api /repos/harshsbhat/unkey-foal/commits --paginate | jq -r '.[].commit.author'

Length of output: 1141


---