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.

(cherry picked from commit 0e88d8a24d)
This commit is contained in:
Wolfgang Walther
2025-06-17 12:42:10 +02:00
committed by github-actions[bot]
parent 427febc454
commit 92359b8348

View File

@@ -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: