From 4d6dec28a7d0c387d3ecbed6888d919e966667c7 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Tue, 5 May 2026 11:08:48 +0900 Subject: [PATCH] Use reusable actionlint and gh-counter workflows --- .github/workflows/gh-counter.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/gh-counter.yml b/.github/workflows/gh-counter.yml index 144f068..69e4ba6 100644 --- a/.github/workflows/gh-counter.yml +++ b/.github/workflows/gh-counter.yml @@ -11,21 +11,4 @@ permissions: jobs: gh-counter: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v6 - with: - fetch-depth: 0 - - - name: Count maintenance comments - uses: kitsuyui/gh-counter@v1.2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload gh-counter output - uses: actions/upload-artifact@v4 - with: - name: gh-counter-output - path: .gh-counter - include-hidden-files: true + uses: kitsuyui/gh-actions-workflows/.github/workflows/gh-counter.yml@main