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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Paca-AI
/
plugin-sdk-go
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: Paca-AI/plugin-sdk-go
Actions
All workflows
Workflows
ci
ci
Copilot cloud agent
Copilot cloud agent
Copilot code review
Copilot code review
Dependency Graph
Dependency Graph
Show more workflows...
Management
Caches
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
22 workflow runs
22 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.
Feat/automation condition action nodes
ci
#17:
Pull request
#9
synchronize by
pikann
1m 26s
feat/automation-condition-action-nodes
feat/automation-condition-action-nodes
1m 26s
View #9
View workflow file
Feat/automation condition action nodes
ci
#16:
Pull request
#9
opened by
pikann
1m 23s
feat/automation-condition-action-nodes
feat/automation-condition-action-nodes
1m 23s
View #9
View workflow file
feat: implement cache backend with TTL support and integrate into con…
ci
#15:
Pull request
#8
synchronize by
pikann
1m 18s
feature/plugin-cache
feature/plugin-cache
1m 18s
View #8
View workflow file
feat: implement cache backend with TTL support and integrate into con…
ci
#14:
Pull request
#8
opened by
pikann
1m 19s
feature/plugin-cache
feature/plugin-cache
1m 19s
View #8
View workflow file
feat: enhance route matching to prefer literal segments over wildcard…
ci
#13:
Pull request
#7
synchronize by
pikann
1m 23s
feature/enhance-route-matching
feature/enhance-route-matching
1m 23s
View #7
View workflow file
feat: enhance route matching to prefer literal segments over wildcard…
ci
#12:
Pull request
#7
opened by
pikann
1m 23s
feature/enhance-route-matching
feature/enhance-route-matching
1m 23s
View #7
View workflow file
feat: implement permissions management with WASM backend and in-memory support
ci
#11:
Pull request
#6
opened by
pikann
1m 32s
feature/implement-permission-management
feature/implement-permission-management
1m 32s
View #6
View workflow file
docs: update comments in Route method to clarify path structure
ci
#10:
Pull request
#5
opened by
pikann
1m 11s
docs/update-comments-in-route-method
docs/update-comments-in-route-method
1m 11s
View #5
View workflow file
docs: update README to clarify route-level host middleware configuration
ci
#9:
Pull request
#4
opened by
pikann
1m 31s
docs/update-readme
docs/update-readme
1m 31s
View #4
View workflow file
feat: implement Fetch function and FetchResponse type for HTTP requests
ci
#8:
Pull request
#3
synchronize by
Copilot
AI
1m 28s
feature/implement-fetch-function-for-http-request
feature/implement-fetch-function-for-http-request
1m 28s
View #3
View workflow file
Addressing comment on PR #3
Copilot cloud agent
#3:
by
Copilot
AI
4m 39s
feature/implement-fetch-function-for-http-request
feature/implement-fetch-function-for-http-request
4m 39s
Copilot code review
Copilot code review
#2:
by
Copilot
AI
3m 21s
refs/pull/3/head
refs/pull/3/head
3m 21s
feat: implement Fetch function and FetchResponse type for HTTP requests
ci
#6:
Pull request
#3
opened by
pikann
1m 41s
feature/implement-fetch-function-for-http-request
feature/implement-fetch-function-for-http-request
1m 41s
View #3
View workflow file
fix: update activityInput struct to make ActorID omitempty and simpli…
ci
#5:
Pull request
#2
synchronize by
pikann
1m 16s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 16s
View #2
View workflow file
fix: update activityInput struct to make ActorID omitempty and simpli…
ci
#4:
Pull request
#2
opened by
pikann
1m 27s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 27s
View #2
View workflow file
Addressing comment on PR #1
Copilot cloud agent
#2:
by
Copilot
AI
1m 2s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 2s
View #1
feat: implement RecordActivity function and update CallerIdentity struct
ci
#3:
Pull request
#1
synchronize by
Copilot
AI
1m 18s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 18s
View #1
View workflow file
Addressing comment on PR #1
Copilot cloud agent
#1:
by
Copilot
AI
2m 23s
feature/implement-record-activity-function
feature/implement-record-activity-function
2m 23s
feat: implement RecordActivity function and update CallerIdentity struct
ci
#2:
Pull request
#1
synchronize by
pikann
1m 28s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 28s
View #1
View workflow file
Copilot code review
Copilot code review
#1:
by
Copilot
AI
2m 28s
refs/pull/1/head
refs/pull/1/head
2m 28s
feat: implement RecordActivity function and update CallerIdentity struct
ci
#1:
Pull request
#1
opened by
pikann
1m 27s
feature/implement-record-activity-function
feature/implement-record-activity-function
1m 27s
View #1
View workflow file
Graph Update: go_modules in /. #1352932054
Dependency Graph
#1:
by
dependabot
Bot
38s
master
master
38s
You can’t perform that action at this time.