mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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.
This commit is contained in:
5
.github/workflows/labels.yml
vendored
5
.github/workflows/labels.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user