-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove pinning of
backport
(#852)
We were pinning because of [this issue](sorenlouv/backport#451), but it is now very old and a new major version has been released so its probably resolved. I also tested locally that it works fine with the new major version.
- Loading branch information
Showing
4 changed files
with
7 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,7 @@ export class Backport extends Component { | |
}, | ||
}); | ||
|
||
// pinning because of https://github.com/sqren/backport/issues/451 | ||
project.addDevDeps('[email protected]'); | ||
project.addDevDeps('backport'); | ||
|
||
// backport task to branches based on pr labels (i.e not branch specific) | ||
const backportTask = this.createTask(project); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.