Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
omkarhole
/
Alumni-Management-System
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
3
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: omkarhole/Alumni-Management-System
Actions
All workflows
Workflows
Auto Label NSOC'26 Issues
Auto Label NSOC'26 Issues
Auto Label NSOC'26 Pull Requests
Auto Label NSOC'26 Pull Requests
Copilot code review
Copilot code review
Ensure Issue Labels
Ensure Issue Labels
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
92 workflow runs
92 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
[REFACTOR]: Reduce repeated populate strings
Auto Label NSOC'26 Pull Requests
#38:
Pull request
#296
opened by
Aditya8369
7s
7s
View #296
View workflow file
[REFACTOR]: Remove duplicated moderation reason normalization
Auto Label NSOC'26 Pull Requests
#37:
Pull request
#295
opened by
Aditya8369
9s
9s
View #295
View workflow file
[ENHANCE]: Add input validation for referral message payload
Auto Label NSOC'26 Pull Requests
#36:
Pull request
#294
opened by
Aditya8369
10s
10s
View #294
View workflow file
[ENHANCE]: Resume analyzer: improve skill matching explainability
Auto Label NSOC'26 Pull Requests
#35:
Pull request
#293
opened by
Aditya8369
6s
6s
View #293
View workflow file
[ENHANCE]: Resume analyzer: improve skill matching explainability
Auto Label NSOC'26 Pull Requests
#34:
Pull request
#292
opened by
Aditya8369
7s
7s
View #292
View workflow file
[ENHANCE]: Moderation actions should invalidate caches / refresh referral list
Auto Label NSOC'26 Pull Requests
#33:
Pull request
#291
opened by
Aditya8369
8s
8s
View #291
View workflow file
Real-time referral message updates in UI
Auto Label NSOC'26 Pull Requests
#32:
Pull request
#290
opened by
Aditya8369
6s
6s
View #290
View workflow file
254
Auto Label NSOC'26 Pull Requests
#31:
Pull request
#289
opened by
Aditya8369
7s
7s
View #289
View workflow file
CORS origin configuration can break sockets
Auto Label NSOC'26 Pull Requests
#30:
Pull request
#288
opened by
Aditya8369
8s
8s
View #288
View workflow file
[BUG]: Resume analyzer can be very slow due to N+1 DB queries
Auto Label NSOC'26 Pull Requests
#29:
Pull request
#287
opened by
Aditya8369
8s
8s
View #287
View workflow file
fix(events): add pagination to listEvents to prevent unbounded MongoDB queries
Auto Label NSOC'26 Pull Requests
#28:
Pull request
#286
opened by
anshul23102
8s
8s
View #286
View workflow file
fix(events): prevent duplicate participation in participateEvent
Auto Label NSOC'26 Pull Requests
#27:
Pull request
#285
opened by
anshul23102
9s
9s
View #285
View workflow file
fix(auth): persist current_year when creating a student account
Auto Label NSOC'26 Pull Requests
#26:
Pull request
#284
opened by
anshul23102
8s
8s
View #284
View workflow file
fix(auth): remove email enumeration leak from signup duplicate check
Auto Label NSOC'26 Pull Requests
#25:
Pull request
#283
opened by
anshul23102
6s
6s
View #283
View workflow file
fix(auth): return HTTP 401 for invalid login credentials
Auto Label NSOC'26 Pull Requests
#24:
Pull request
#282
opened by
anshul23102
8s
8s
View #282
View workflow file
[Bug]: listEvents returns all event records with no pagination or document limit, causing unbounded MongoDB queries
Auto Label NSOC'26 Issues
#49:
Issue
#281
opened by
anshul23102
10s
10s
View workflow file
[Bug]: signup endpoint confirms registered emails by returning the existing user's email in the response body
Auto Label NSOC'26 Issues
#48:
Issue
#280
opened by
anshul23102
10s
10s
View workflow file
[Bug]: login endpoint returns HTTP 200 for invalid credentials instead of HTTP 401
Auto Label NSOC'26 Issues
#47:
Issue
#279
opened by
anshul23102
8s
8s
View workflow file
[Bug]: participateEvent does not check for duplicate participation, allowing a user to RSVP to the same event multiple times
Auto Label NSOC'26 Issues
#46:
Issue
#278
opened by
anshul23102
7s
7s
View workflow file
[Bug]: student signup validates current_year but never stores it in the database
Auto Label NSOC'26 Issues
#45:
Issue
#277
opened by
anshul23102
7s
7s
View workflow file
[BUG]: Referral route auth middleware mismatch
Auto Label NSOC'26 Pull Requests
#23:
Pull request
#276
opened by
Aditya8369
10s
10s
View #276
View workflow file
[BUG]: Owner message recipient resolution can send incorrect recipientId
Auto Label NSOC'26 Pull Requests
#22:
Pull request
#275
opened by
Aditya8369
9s
9s
View #275
View workflow file
[BUG] Broken message side selection logic
Auto Label NSOC'26 Pull Requests
#21:
Pull request
#274
opened by
Aditya8369
7s
7s
View #274
View workflow file
[BUG] Infinite/incorrect pagination skip calculation
Auto Label NSOC'26 Pull Requests
#20:
Pull request
#273
opened by
Aditya8369
8s
8s
View #273
View workflow file
fix(messages): enforce max content length in sendMessage
Auto Label NSOC'26 Pull Requests
#19:
Pull request
#272
opened by
anshul23102
10s
10s
View #272
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.