[PR #479] [CLOSED] Add config support, add survey on first launch when config doesn't exists #1465

Closed
opened 2026-03-01 21:51:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/479
Author: @catthehacker
Created: 1/15/2021
Status: Closed

Base: masterHead: config-file-and-survey


📝 Commits (3)

  • bf3be93 Check config file for custom platforms
  • 96fb495 Add config support via viper, add survey to define default docker image used
  • e599ffd Update go.mod/sum

📊 Changes

4 files changed (+109 additions, -2 deletions)

View changed files

📝 cmd/platforms.go (+8 -0)
📝 cmd/root.go (+70 -2)
📝 go.mod (+2 -0)
📝 go.sum (+29 -0)

📄 Description

Add config support, add survey on first launch when config doesn't exists


🔄 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/nektos/act/pull/479 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 1/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `config-file-and-survey` --- ### 📝 Commits (3) - [`bf3be93`](https://github.com/nektos/act/commit/bf3be93ebbb71ffa2b1c587c3b01849f41c1038d) Check config file for custom platforms - [`96fb495`](https://github.com/nektos/act/commit/96fb495d9249f55785f3f75389d8ce93611dde00) Add config support via viper, add survey to define default docker image used - [`e599ffd`](https://github.com/nektos/act/commit/e599ffd5db12b1593d46668e6a2b68403fc8c425) Update go.mod/sum ### 📊 Changes **4 files changed** (+109 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `cmd/platforms.go` (+8 -0) 📝 `cmd/root.go` (+70 -2) 📝 `go.mod` (+2 -0) 📝 `go.sum` (+29 -0) </details> ### 📄 Description Add config support, add survey on first launch when config doesn't exists --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:17 +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/act#1465
No description provided.