From ca37219a681b763113e31239b72ac8509f840de8 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Sat, 3 Jun 2023 08:28:08 +0200 Subject: [PATCH] Fix Two Bugs in GitHub Actions Workflows (#3739) --- .github/labeler.yml | 4 ++-- .github/workflows/dependabot-prs.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index dd8462d62cf..120c88f4b36 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,6 +4,6 @@ version: 1 labels: - label: "dependencies" - authors: ["dependabot", "pre-commit-ci"] + authors: ["dependabot[bot]", "pre-commit-ci[bot]"] - label: "code quality ✨" - authors: ["pre-commit-ci"] + authors: ["pre-commit-ci[bot]"] diff --git a/.github/workflows/dependabot-prs.yml b/.github/workflows/dependabot-prs.yml index b2b1277a2df..d5e61e17738 100644 --- a/.github/workflows/dependabot-prs.yml +++ b/.github/workflows/dependabot-prs.yml @@ -28,6 +28,7 @@ jobs: find: ${{ steps.dependabot-metadata.outputs.previous-version }} replace: ${{ steps.dependabot-metadata.outputs.new-version }} regex: false + exclude: CHANGES.rst - name: Commit & Push Changes to PR uses: EndBug/add-and-commit@v9.1.3