diff --git a/{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml b/{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml index 61c70ac..7f2e92c 100644 --- a/{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml +++ b/{{ cookiecutter.package_name }}/.github/workflows/sub_package_update.yml @@ -152,7 +152,7 @@ jobs: repo: variables.name, body: issue_body, title: variables.title, - labels: [variables.label], + labels: [variables.label, "pre-commit.ci autofix"], }); } else { await github.rest.issues.update({