Skip to content

Commit 0b6c658

Browse files
authored
Add pre-commit.ci autofix label to update PRs (#256)
fixes #170
2 parents 3560c09 + 1ba19be commit 0b6c658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
repo: variables.name,
153153
body: issue_body,
154154
title: variables.title,
155-
labels: [variables.label],
155+
labels: [variables.label, "pre-commit.ci autofix"],
156156
});
157157
} else {
158158
await github.rest.issues.update({

0 commit comments

Comments
 (0)