[PR #1097] [MERGED] Configure Github Actions #1139

Closed
opened 2026-03-03 01:07:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1097
Author: @fudiwei
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (3)

  • c0f7bcb chore: update github workflows
  • 2d8d7ae chore(deps): upgrade npm dependencies
  • ead8061 chore(deps): upgrade gomod dependencies

📊 Changes

14 files changed (+670 additions, -770 deletions)

View changed files

📝 .github/workflows/push_image.yml (+6 -6)
📝 .github/workflows/push_image_next.yml (+6 -6)
📝 .github/workflows/release.yml (+18 -18)
📝 .github/workflows/release_sync_gitee.yml (+2 -2)
📝 Dockerfile (+1 -1)
📝 go.mod (+38 -38)
📝 go.sum (+77 -81)
📝 pkg/core/certmgr/providers/aliyun-slb/aliyun_slb.go (+3 -2)
📝 pkg/core/certmgr/providers/aliyun-slb/internal/client.go (+55 -77)
📝 pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go (+7 -6)
📝 pkg/core/deployer/providers/aliyun-clb/internal/client.go (+177 -242)
📝 ui/package-lock.json (+264 -275)
📝 ui/package.json (+13 -13)
📝 ui/src/i18n/locales/zh/nls.access.json (+3 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1097 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`c0f7bcb`](https://github.com/certimate-go/certimate/commit/c0f7bcb30d49b0e665233cb4c80840ac72915ab6) chore: update github workflows - [`2d8d7ae`](https://github.com/certimate-go/certimate/commit/2d8d7ae8f2c6922107389316acfbaa4ccca63034) chore(deps): upgrade npm dependencies - [`ead8061`](https://github.com/certimate-go/certimate/commit/ead8061f59a6d3455fdf0991a24351298f92c1a3) chore(deps): upgrade gomod dependencies ### 📊 Changes **14 files changed** (+670 additions, -770 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/push_image.yml` (+6 -6) 📝 `.github/workflows/push_image_next.yml` (+6 -6) 📝 `.github/workflows/release.yml` (+18 -18) 📝 `.github/workflows/release_sync_gitee.yml` (+2 -2) 📝 `Dockerfile` (+1 -1) 📝 `go.mod` (+38 -38) 📝 `go.sum` (+77 -81) 📝 `pkg/core/certmgr/providers/aliyun-slb/aliyun_slb.go` (+3 -2) 📝 `pkg/core/certmgr/providers/aliyun-slb/internal/client.go` (+55 -77) 📝 `pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go` (+7 -6) 📝 `pkg/core/deployer/providers/aliyun-clb/internal/client.go` (+177 -242) 📝 `ui/package-lock.json` (+264 -275) 📝 `ui/package.json` (+13 -13) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1139
No description provided.