[PR #537] [MERGED] Add option to allow files/directories in .gitignore to be copied to container #1490

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/537
Author: @catthehacker
Created: 2/19/2021
Status: Merged
Merged: 5/3/2021
Merged by: @cplee

Base: masterHead: enable-disable-gitignore


📝 Commits (2)

  • f110a05 disable gitignore for actions
  • c8f238a feat: Add option to allow/disallow paths specified in .gitignore

📊 Changes

7 files changed (+20 additions, -12 deletions)

View changed files

📝 README.md (+1 -0)
📝 cmd/input.go (+1 -0)
📝 cmd/root.go (+2 -0)
📝 pkg/container/docker_run.go (+13 -10)
📝 pkg/runner/run_context.go (+1 -1)
📝 pkg/runner/runner.go (+1 -0)
📝 pkg/runner/step_context.go (+1 -1)

📄 Description

Continuation of #198
Fixes #193
Fixes #325


🔄 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/537 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 2/19/2021 **Status:** ✅ Merged **Merged:** 5/3/2021 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `enable-disable-gitignore` --- ### 📝 Commits (2) - [`f110a05`](https://github.com/nektos/act/commit/f110a05f8192bba0e24ca6760e362fc6ea4f6843) disable gitignore for actions - [`c8f238a`](https://github.com/nektos/act/commit/c8f238ae77e5800fc4fdb5ee10792c409eb5010a) feat: Add option to allow/disallow paths specified in .gitignore ### 📊 Changes **7 files changed** (+20 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `cmd/input.go` (+1 -0) 📝 `cmd/root.go` (+2 -0) 📝 `pkg/container/docker_run.go` (+13 -10) 📝 `pkg/runner/run_context.go` (+1 -1) 📝 `pkg/runner/runner.go` (+1 -0) 📝 `pkg/runner/step_context.go` (+1 -1) </details> ### 📄 Description Continuation of #198 Fixes #193 Fixes #325 --- <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:24 +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#1490
No description provided.