mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1077] [MERGED] refactor: remove github.com/pkg/errors dependency #1760
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1760
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1077
Author: @catthehacker
Created: 3/25/2022
Status: ✅ Merged
Merged: 6/10/2022
Merged by: @mergify[bot]
Base:
master← Head:refactor/remove-ext-errors-dep📝 Commits (7)
e9b86f1refactor: split out common/git577a354refactor: move git options to separate funca7795b8refactor: remove github.com/pkg/errors dependency8f668f3fix(golangci-lint): forbid github.com/pkg/errors781875cstyle: fix typo85ad8cdstyle: fix typo9811efbMerge branch 'master' into refactor/remove-ext-errors-dep📊 Changes
13 files changed (+133 additions, -97 deletions)
View changed files
📝
.golangci.yml(+3 -1)📝
go.mod(+1 -1)📝
pkg/common/git/git.go(+50 -27)📝
pkg/common/git/git_test.go(+11 -9)📝
pkg/container/docker_pull.go(+2 -2)📝
pkg/container/docker_run.go(+34 -28)📝
pkg/container/file_collector.go(+1 -2)📝
pkg/model/github_context.go(+4 -3)📝
pkg/model/planner.go(+5 -6)📝
pkg/model/planner_test.go(+2 -2)📝
pkg/runner/run_context.go(+4 -5)📝
pkg/runner/step_action_remote.go(+12 -9)📝
pkg/runner/step_action_remote_test.go(+4 -2)📄 Description
Originally posted by @ChristopherHX in https://github.com/nektos/act/pull/1077#pullrequestreview-962491683
github.com/pkg/errorsviagolangci-lint🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.