From c2da070236281f6d44e739238632de5e1d2d6c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:12:57 +0200 Subject: [PATCH] chore: automatically update used-by badge (#285) * chore: update used-by badge by github-actions[bot] * chore: update used-by.yml cron to monthly --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng --- .github/workflows/used-by.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml index 34bd71e..d6f558e 100644 --- a/.github/workflows/used-by.yml +++ b/.github/workflows/used-by.yml @@ -3,7 +3,7 @@ name: Used By on: schedule: # https://crontab.guru/ - - cron: '0 9 * * 1' # At 09:00 on Monday. + - cron: '0 9 1 * *' # At 09:00 on day-of-month 1 workflow_dispatch: jobs: diff --git a/README.md b/README.md index bb4c193..36469b6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ # C/C++ Linter Action | clang-format & clang-tidy ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action) -[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=702&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=721&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents) [![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Linter-blue?logo=github)](https://github.com/marketplace/actions/c-c-linter) [![cpp-linter](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) [![MkDocs Deploy](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)