From bb7c737ea941ce5aac571a1a7e0b9f3f611adc9f Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:40:27 -0600 Subject: [PATCH 1/2] Updated README.md (#121) Co-authored-by: jackton1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6a9d18..23cb550 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ In order to create signed commits see full guide [here](https://httgp.com/signin | color | string | false | | Color of the badge -
green/yellow/red | | filename | string | true | `"coverage.out"` | File containing the tests output | | green | string | false | | At what percentage does the
badge become green instead of
yellow (default: 70) | +| link | string | false | | Optional URL when you click
the badge | | target | string | false | | Target file (default "README.md") | | text | string | false | | Text on the left side
of the badge (default: "Coverage") | | value | string | false | | Text on the right side
of the badge | From 0533d14d8631ef6fbd1b910d62eb7d71bb9dd9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:40:38 -0600 Subject: [PATCH 2/2] Bump hmarr/auto-approve-action from 2 to 3 (#119) Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 3. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2...v3) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 5f7ae9d..0ec12e5 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ jobs: auto-approve: runs-on: ubuntu-latest steps: - - uses: hmarr/auto-approve-action@v2 + - uses: hmarr/auto-approve-action@v3 if: | github.actor == 'dependabot[bot]' || github.actor == 'dependabot' ||