Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sethvargo/go-githubactions issues and pull requests

#52 - chore: fixed minimal Dockerfile example in readme

Pull Request - State: closed - Opened by ChristianSch over 1 year ago

#51 - Can't get input value.

Issue - State: closed - Opened by notanops over 1 year ago - 1 comment

#50 - README: Fix build badge

Pull Request - State: closed - Opened by abhinav almost 2 years ago

#49 - Switch to environment files for SetOutput and SaveState

Pull Request - State: closed - Opened by sethvargo almost 2 years ago

#48 - Add Noticef() to actions_root.go

Pull Request - State: closed - Opened by ashutoshgngwr about 2 years ago

#47 - Support for notice message

Issue - State: closed - Opened by dkirrane over 2 years ago - 1 comment

#46 - Add support for all GITHUB env vars

Pull Request - State: closed - Opened by ianlewis over 2 years ago

#45 - Support for repository name and owner on the github context

Pull Request - State: closed - Opened by ianlewis over 2 years ago - 2 comments

#44 - Add support for getting the GitHub context

Pull Request - State: closed - Opened by sethvargo over 2 years ago - 2 comments

#43 - Add ability to set step summaries

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#42 - Require go1.18

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#41 - Panic on errors and remove deprecated functions

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#40 - Workflow context

Pull Request - State: closed - Opened by bernardoVale over 2 years ago

#39 - API to access Github Event Payload

Issue - State: closed - Opened by bernardoVale over 2 years ago - 2 comments

#38 - Pass `httpClient` in `WithFieldsMap`

Pull Request - State: closed - Opened by AlekSi over 2 years ago - 1 comment

#37 - Expose Action.Getenv

Pull Request - State: closed - Opened by AlekSi over 2 years ago - 4 comments

#36 - Fix SetEnv overwriting the result of the previous call

Pull Request - State: closed - Opened by mtharp over 2 years ago

#35 - Composite actions are not mentioned

Issue - State: closed - Opened by AlekSi over 2 years ago - 5 comments

#34 - Add missing noun

Pull Request - State: closed - Opened by AlekSi over 2 years ago - 1 comment

#33 - Mirror actions/toolkit on newline handling, emit \r\n on Windows

Pull Request - State: closed - Opened by sethvargo almost 3 years ago - 2 comments

#32 - Add Noticef.

Pull Request - State: closed - Opened by AlekSi almost 3 years ago

#31 - Add Noticef, fix Infof.

Pull Request - State: closed - Opened by AlekSi almost 3 years ago - 1 comment

#30 - Remove duplicate package description.

Pull Request - State: closed - Opened by AlekSi almost 3 years ago - 2 comments

#29 - Getting commit message from GITHUB_CONTEXT

Issue - State: closed - Opened by dkirrane almost 3 years ago - 1 comment

#28 - Add support for getting OIDC token

Pull Request - State: closed - Opened by sethvargo almost 3 years ago

#27 - Pass along `getenv` in `Action.WithFieldsMap()`.

Pull Request - State: closed - Opened by dhermes about 3 years ago - 1 comment

#26 - Fix wrong badge

Pull Request - State: closed - Opened by ribice about 3 years ago - 1 comment

#25 - Doc Multistage Docker build for Go 1.16

Issue - State: closed - Opened by dkirrane over 3 years ago - 2 comments
Labels: kind/stale

#24 - [FEATURE] Add support for `Action.GitHubContext()`

Issue - State: closed - Opened by dhermes over 3 years ago - 8 comments
Labels: kind/stale

#23 - [DISCUSSION] Is it worth it to provide a `GetInput()` equivalent of `os.LookupEnv()`?

Issue - State: closed - Opened by dhermes over 3 years ago - 3 comments
Labels: kind/stale

#22 - Adding tests to get `actions.go` and `command.go` to 100% test coverage.

Pull Request - State: closed - Opened by dhermes over 3 years ago - 1 comment

#21 - Remove deprecated `NewWithWriter()`.

Pull Request - State: closed - Opened by dhermes over 3 years ago - 4 comments

#20 - Delete old / deprecated `master` branch.

Issue - State: closed - Opened by dhermes over 3 years ago - 3 comments

#19 - Add `Action.getenv` and use variadic options in `New()`.

Pull Request - State: closed - Opened by dhermes over 3 years ago - 1 comment

#18 - Expose a field in `Action` with `getenvFunc`.

Issue - State: closed - Opened by dhermes over 3 years ago - 5 comments

#17 - Exposing default `Infof()` in `actions_root.go`

Pull Request - State: closed - Opened by dhermes over 3 years ago - 1 comment

#16 - Use Fprintf instead of Fprintln for Infof

Pull Request - State: closed - Opened by jlordiales over 3 years ago - 3 comments

#15 - Infof doesn't respect Printf format arguments

Issue - State: closed - Opened by jlordiales over 3 years ago - 3 comments

#14 - Add API functions to work with artifacts

Issue - State: closed - Opened by ligurio over 3 years ago - 2 comments
Labels: kind/stale

#13 - Add Infof

Pull Request - State: closed - Opened by guilhem almost 4 years ago - 1 comment

#12 - Please tag a new release

Issue - State: closed - Opened by AlekSi almost 4 years ago - 4 comments

#11 - Add IssueFileCommand & update Set Env, Add Path to use latest standard

Pull Request - State: closed - Opened by ashutoshgngwr almost 4 years ago - 5 comments

#10 - Define a generic API to issue arbitrary action commands

Pull Request - State: closed - Opened by ashutoshgngwr almost 4 years ago - 1 comment

#9 - Set ENV and Add Path commands deprecated

Issue - State: closed - Opened by polothy almost 4 years ago - 2 comments
Labels: bug, help wanted

#8 - Escape values for commands that define a message

Pull Request - State: closed - Opened by myitcv about 4 years ago - 2 comments

#7 - Upload Artifact support?

Issue - State: closed - Opened by StevenACoffman about 4 years ago - 3 comments

#6 - Partially reverts 9dd413f to not escape ':' and ','

Pull Request - State: closed - Opened by ashutoshgngwr over 4 years ago - 2 comments

#5 - Adds escape sequences for '\r', '\n' & '%' characters in Action#SetOutput()

Pull Request - State: closed - Opened by ashutoshgngwr over 4 years ago - 4 comments

#4 - SetOutput() will set incorrect value if it contains any of '\n', '\r' or '%'

Issue - State: closed - Opened by ashutoshgngwr over 4 years ago - 1 comment

#3 - Support for getting the "context that the current action is being run in"

Issue - State: closed - Opened by sspaink over 4 years ago - 5 comments

#2 - Proposal: rename module and package

Issue - State: closed - Opened by myitcv over 4 years ago - 4 comments

#1 - docs: add a package comment

Pull Request - State: closed - Opened by myitcv over 4 years ago - 4 comments