From 826802df21a50e2a7ef78fdd0e0d18c411117b60 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sat, 10 May 2025 15:02:26 +0200 Subject: [PATCH] chore: Cleaned up workflows, b=(no-bug), c=workflows --- .github/workflows/build.yml | 3 --- .github/workflows/issue-metrics.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf1ee8033..c2e283e42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -490,9 +490,6 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 - - name: List - run: find . - - name: Checkout updates repository uses: actions/checkout@v4 with: diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index 079df54b3..a2b067b5b 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -59,6 +59,6 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: 'Update monthly issue metrics' + commit_message: 'docs: Update monthly issue metrics, b=(no bug), c={docs}' commit_user_name: Zen Browser Robot commit_user_email: zen-browser-auto@users.noreply.github.com