diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml index f0a91cc..103030f 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/auto-merge.yml @@ -5,7 +5,7 @@ on: permissions: contents: write - pull-requests: write # Needed if in a private repository + pull-requests: write # Needed if in a private repository jobs: auto-merge: