Skip to content

Commit

Permalink
v8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jul 19, 2022
1 parent ad29ac1 commit 8de1903
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
)
steps:
- name: Backport Action
uses: sqren/[email protected].1
uses: sqren/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13353,7 +13353,7 @@ exports.maybe = maybe;

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.PACKAGE_VERSION = void 0;
exports.PACKAGE_VERSION = '8.9.2-link-to-gh-action.1';
exports.PACKAGE_VERSION = '8.9.2';


/***/ }),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport-github-action",
"version": "8.9.1",
"version": "8.9.2",
"private": true,
"scripts": {
"build": "yarn ncc build src/index.ts",
Expand All @@ -15,7 +15,7 @@
"@actions/github": "^5.0.3",
"@octokit/action": "^4.0.4",
"@octokit/graphql": "^5.0.0",
"backport": "8.9.2-link-to-gh-action.1",
"backport": "^8.9.2",
"husky": "^8.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,10 +1398,10 @@ babel-preset-jest@^28.1.3:
babel-plugin-jest-hoist "^28.1.3"
babel-preset-current-node-syntax "^1.0.0"

[email protected]-link-to-gh-action.1:
version "8.9.2-link-to-gh-action.1"
resolved "https://registry.yarnpkg.com/backport/-/backport-8.9.2-link-to-gh-action.1.tgz#e2fe44cdb8f6294b591d6c57976c7371f20e61f8"
integrity sha512-hY9fBHcKBxuFmA2i4IzQ8gqPWzSGNXzgHujl/mVcb+60cZD8PvzYq23e8HdSs/t5rMMx6drfnZcsmGUr5TC1Vg==
backport@^8.9.2:
version "8.9.2"
resolved "https://registry.yarnpkg.com/backport/-/backport-8.9.2.tgz#cf0ec69428f9e86c20e1898dd77e8f6c12bf5afa"
integrity sha512-0ghVAwSssE0mamADGnsOybWn7RroKLSf9r4uU1IpAlxxa2zkRecfnGuSfEa5L1tQjh7lJwI/2i01JR6154r+qg==
dependencies:
"@octokit/rest" "^19.0.3"
axios "^0.27.2"
Expand Down

0 comments on commit 8de1903

Please sign in to comment.