We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dcb8b commit c2f36f6Copy full SHA for c2f36f6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## Unreleased
+## [2.1.0](https://github.com/xt0rted/pull-request-comment-branch/compare/v2.0.0...v2.1.0) - 2024-06-10
4
+
5
+- Added `head_owner` and `head_repo` outputs
6
+- Bumped `@actions/core` from 1.10.0 to 1.10.1
7
+- Bumped `@actions/github` from 5.1.1 to 6.0.0
8
9
- Bumped `@actions/core` from 1.10.0 to 1.10.1
10
- Bumped `@actions/github` from 5.1.1 to 6.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "pull-request-comment-branch",
- "version": "2.0.0",
+ "version": "2.1.0",
"private": true,
"description": "Gets the head ref and sha of a pull request comment",
"main": "dist/index.js",
0 commit comments