From a9c05c12ee06f396b000d7edb354822cfaa80ecb Mon Sep 17 00:00:00 2001 From: "Rigoberto L. Perez" Date: Tue, 10 Sep 2024 00:37:23 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20try=20and=20fix=20the=20ch?= =?UTF-8?q?ange-files=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 2 +- .github/workflows/pr_labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d072ab7..9f12bb1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ --- Posts: - changed-files: - - any-glob-to-any-file: docs/**/*.md + - any-glob-to-any-file: 'docs/**/*.md' Source: - all: - changed-files: diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 211c037..8141a06 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -6,7 +6,7 @@ on: - master jobs: - build: + label: permissions: contents: read pull-requests: write