-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update owner from sqren to sorenlouv
- Loading branch information
Showing
4 changed files
with
1,539 additions
and
12,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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- | ||
|
@@ -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 | ||
|
@@ -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. | ||
|
Oops, something went wrong.