summaryrefslogtreecommitdiffstats
path: root/pkg/model/github_context.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: improve warning about remote not found (#2169)Josh Soref2024-01-281-1/+1
* fix: ghc assignment typo (#1729)ChristopherHX2023-04-131-1/+1
* fix: add `server_url` attribute to github context (#1727)Markus Wolf2023-04-131-0/+3
* fix: correct ref and ref_name (#1672)Markus Wolf2023-03-091-1/+4
* feat: allow overriding of `GITHUB_` env variables (#1582)Shubh Bapna2023-02-031-6/+65
* fix: align github.ref to GitHub Action (#1362)Markus Wolf2022-09-271-3/+6
* fix: the number in the github event is of type number (#1252)Markus Wolf2022-07-121-1/+1
* Improve logging (#1171)Björn Brauer2022-06-171-12/+13
* refactor: remove github.com/pkg/errors dependency (#1077)R2022-06-101-3/+4
* feat: support `GITHUB_REF_NAME` & `GITHUB_REF_TYPE` (#1142)Kevin Wang2022-05-081-0/+2
* feat: try to read ref and sha from event payload if available (#889)Björn Brauer2022-01-211-0/+113
* refactor: export and move shared contexts into pkg/model (#931)Björn Brauer2021-12-221-0/+28