[PR #27] [MERGED] Replace parser with new parser from GitHub #1330

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/27
Author: @cplee
Created: 2/7/2019
Status: Merged
Merged: 2/7/2019
Merged by: @cplee

Base: masterHead: parser


📝 Commits (6)

  • 5d0a8d2 replace parser with actions/workflow-parser
  • ecae898 add tests for various actions
  • bc5c23e fix #24 - support both branch refs and hash refs
  • 3e04312 update to latest version of action parser
  • 4b61fb3 pin to v1.0.0 of github action parser
  • eed5849 skip integration test in GH actions

📊 Changes

189 files changed (+26258 additions, -3997 deletions)

View changed files

📝 .github/actions/check/entrypoint.sh (+1 -1)
📝 Makefile (+1 -1)
📝 actions/action.go (+28 -63)
actions/graph.go (+64 -0)
actions/model.go (+0 -129)
actions/parser.go (+0 -140)
actions/parser_test.go (+0 -161)
📝 actions/runner.go (+43 -19)
📝 actions/runner_exec.go (+87 -36)
📝 actions/runner_test.go (+28 -72)
📝 actions/testdata/action1/Dockerfile (+0 -0)
📝 actions/testdata/action2/Dockerfile (+0 -0)
📝 actions/testdata/basic.workflow (+1 -1)
actions/testdata/env.workflow (+9 -0)
actions/testdata/fail.workflow (+13 -0)
actions/testdata/gitref.workflow (+14 -0)
actions/testdata/pipe.workflow (+13 -0)
actions/testdata/regex.workflow (+9 -0)
📝 common/git.go (+19 -12)
📝 container/docker_run.go (+1 -1)

...and 80 more files

📄 Description

https://github.com/actions/workflow-parser

Fix #16


🔄 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/27 **Author:** [@cplee](https://github.com/cplee) **Created:** 2/7/2019 **Status:** ✅ Merged **Merged:** 2/7/2019 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `parser` --- ### 📝 Commits (6) - [`5d0a8d2`](https://github.com/nektos/act/commit/5d0a8d26ae707b775057d421fb9d6d4aa5ab53f8) replace parser with actions/workflow-parser - [`ecae898`](https://github.com/nektos/act/commit/ecae898a7b61b6d60f3973086c729451a14be695) add tests for various actions - [`bc5c23e`](https://github.com/nektos/act/commit/bc5c23e8e48ee1886ac274965852196d1ec3ba3f) fix #24 - support both branch refs and hash refs - [`3e04312`](https://github.com/nektos/act/commit/3e04312912201071b98d7490a436f984ff5847b0) update to latest version of action parser - [`4b61fb3`](https://github.com/nektos/act/commit/4b61fb3bc326fb86f2e93ba1639c275cc6370266) pin to v1.0.0 of github action parser - [`eed5849`](https://github.com/nektos/act/commit/eed58492aa487101d011b2337172dcb8a8f46dee) skip integration test in GH actions ### 📊 Changes **189 files changed** (+26258 additions, -3997 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/check/entrypoint.sh` (+1 -1) 📝 `Makefile` (+1 -1) 📝 `actions/action.go` (+28 -63) ➕ `actions/graph.go` (+64 -0) ➖ `actions/model.go` (+0 -129) ➖ `actions/parser.go` (+0 -140) ➖ `actions/parser_test.go` (+0 -161) 📝 `actions/runner.go` (+43 -19) 📝 `actions/runner_exec.go` (+87 -36) 📝 `actions/runner_test.go` (+28 -72) 📝 `actions/testdata/action1/Dockerfile` (+0 -0) 📝 `actions/testdata/action2/Dockerfile` (+0 -0) 📝 `actions/testdata/basic.workflow` (+1 -1) ➕ `actions/testdata/env.workflow` (+9 -0) ➕ `actions/testdata/fail.workflow` (+13 -0) ➕ `actions/testdata/gitref.workflow` (+14 -0) ➕ `actions/testdata/pipe.workflow` (+13 -0) ➕ `actions/testdata/regex.workflow` (+9 -0) 📝 `common/git.go` (+19 -12) 📝 `container/docker_run.go` (+1 -1) _...and 80 more files_ </details> ### 📄 Description https://github.com/actions/workflow-parser Fix #16 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:43 +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#1330
No description provided.