You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
### Fixed
11
+
- Handle GitHub Action `opened` as well as `synchronize` event (and any other `pull_request` event with `.pull_request.head.sha` in the event payload) ([#86](https://github.com/cucumber/ci-environment/issues/86), [#87](https://github.com/cucumber/ci-environment/pull/87))
12
+
10
13
## [9.0.2] - 2022-03-04
11
14
### Fixed
12
15
- Correctly determine GitHub branch from `GITHUB_HEAD_REF` instead of `GITHUB_REF` ([#85](https://github.com/cucumber/ci-environment/pull/85))
0 commit comments