mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-13 09:09:13 -04:00
feat: override backporting pr fields (#38)
* feat: override local git user config * feat(issue-32): override reviewers and assignees
This commit is contained in:
parent
22bec0c537
commit
a32e8cd34c
21 changed files with 671 additions and 107 deletions
|
@ -69,7 +69,10 @@ afterAll(async () => {
|
|||
|
||||
beforeEach(() => {
|
||||
// create a fresh instance of git before each test
|
||||
git = new GitCLIService("", "author");
|
||||
git = new GitCLIService("", {
|
||||
user: "user",
|
||||
email: "user@email.com"
|
||||
});
|
||||
});
|
||||
|
||||
describe("git cli service", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue