Skip to content

Commit

Permalink
Update owner from sqren to sorenlouv
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 1, 2024
1 parent 7567d5c commit 2a176e7
Show file tree
Hide file tree
Showing 4 changed files with 1,539 additions and 12,076 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sqren/[email protected]
uses: sorenlouv/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-
Expand All @@ -36,7 +36,7 @@ Now, to backport a pull request, simply apply the label `backport-to-production`

## Configuration

For more fine grained customization, and for the ability to run the [Backport Tool](https://github.com/sqren/backport) as a CLI tool locally, you should create a `.backportrc.json` file in the root directory:
For more fine grained customization, and for the ability to run the [Backport Tool](https://github.com/sorenlouv/backport) as a CLI tool locally, you should create a `.backportrc.json` file in the root directory:

```js
// .backportrc.json
Expand All @@ -59,5 +59,5 @@ For more fine grained customization, and for the ability to run the [Backport To
```


See the [Backport Tool documentation](https://github.com/sqren/backport/blob/main/docs/config-file-options.md) for all configuration options.
See the [Backport Tool documentation](https://github.com/sorenlouv/backport/blob/main/docs/config-file-options.md) for all configuration options.

Loading

0 comments on commit 2a176e7

Please sign in to comment.