From 401948ce79157c7b90dbb94f7d77edc768ba49f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Figna?= Date: Sat, 27 Jul 2024 13:35:48 +0200 Subject: [PATCH] docs: fix yml indentation on README.md (#81) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 787b16a..3f9bceb 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ on: [pull_request] jobs: labeler: permissions: - pull-requests: write - contents: read - issues: write + pull-requests: write + contents: read + issues: write runs-on: ubuntu-latest name: Label the PR size steps: