From 9abc8a0e7c80ee9fbeaf826204875b2053fafc2f Mon Sep 17 00:00:00 2001 From: Doug Gschwind Date: Tue, 22 Nov 2022 09:12:01 -0800 Subject: [PATCH] docs: consistent badging --- .github/workflows/release.yaml | 6 ++++-- README.md | 13 +++++++------ check-build/action.yaml | 4 ++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2d3573..600db25 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,13 +15,13 @@ jobs: fetch-depth: 0 - name: Lint uses: ./lint + with: + github-token: ${{ secrets.GITHUB_TOKEN }} release: needs: - lint name: Release runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout uses: actions/checkout@v3 @@ -29,3 +29,5 @@ jobs: fetch-depth: 0 - name: Release uses: ./release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 7e49188..98b9eb7 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ GitHub Actions for GitHub Action repositories -[![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/) -[![Release date][release-date-image]][release-url] -[![GitHub latest commit](https://badgen.net/github/last-commit/Naereen/Strapdown.js)](https://GitHub.com/Naereen/StrapDown.js/commit/) -[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) +[![Release](https://img.shields.io/github/v/release/open-turo/actions-gha)](https://github.com/open-turo/actions-gha/releases/) +[![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/actions-gha/CI)](https://github.com/open-turo/actions-gha/actions/) +[![License](https://img.shields.io/github/license/open-turo/actions-gha)](./LICENSE) +[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues) ![CI](https://github.com/open-turo/actions-gha/actions/workflows/release.yaml/badge.svg) -[![semantic-release][semantic-image]][semantic-url] -[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) +[![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) +[![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs) ## Actions diff --git a/check-build/action.yaml b/check-build/action.yaml index 04eac53..41e8447 100644 --- a/check-build/action.yaml +++ b/check-build/action.yaml @@ -28,7 +28,7 @@ runs: fi - name: Check for run instructions uses: peter-evans/find-comment@v1 - if: github.event_name == 'pull_request' && (success() || failure()) + if: github.event_name == 'pull_request' && always() id: fc with: issue-number: ${{ github.event.pull_request.number }} @@ -40,7 +40,7 @@ runs: with: issue-number: ${{ github.event.pull_request.number }} body: | - Changes need to be built and commited to `./dist`. + Changes need to be built and committed to `./dist`. In your local repo, run: ```