From 44b9951dba1682d7766f89bb8c0e714d887f50bf Mon Sep 17 00:00:00 2001 From: onee-only Date: Wed, 18 Oct 2023 23:29:06 +0900 Subject: [PATCH] =?UTF-8?q?goreadme=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/goreadme.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/goreadme.yml diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml deleted file mode 100644 index 0873c15..0000000 --- a/.github/workflows/goreadme.yml +++ /dev/null @@ -1,23 +0,0 @@ -on: - pull_request: - branches: [main] -permissions: - # Goreadme needs permissions to update pull requests comments and change contents. - pull-requests: write - contents: write -jobs: - goreadme: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v2 - - name: Update readme according to Go doc - uses: posener/goreadme@v1 - with: - badge-travisci: "true" - badge-codecov: "true" - badge-godoc: "true" - badge-goreportcard: "true" - - # Optional: Token allows goreadme to comment the PR with diff preview. - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"