From 0e88d8a24d01e9b4c835193fa53cc06e0418451d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 17 Jun 2025 12:42:10 +0200 Subject: [PATCH] workflows/labels: log current API rate_limits This will give us a little bit better insight into how close we're running to the limits. --- .github/workflows/labels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 9f8427124821..06f205f838e3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -41,6 +41,11 @@ jobs: - name: Install dependencies run: npm install @actions/artifact + - name: Log current API rate limits + env: + GH_TOKEN: ${{ github.token }} + run: gh api /rate_limit | jq + - name: Labels from API data and Eval results uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 env: