mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
disable linter for debug code
This commit is contained in:
parent
efd26f0872
commit
396429353a
2 changed files with 2 additions and 0 deletions
|
@ -384,6 +384,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
|||
fileChanges: {
|
||||
...pushCommitVars.fileChanges,
|
||||
additions: pushCommitVars.fileChanges.additions?.map(addition => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const {contents, ...rest} = addition
|
||||
return rest
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue