Skip to content

[Merged by Bors] - fix: specify -X GET in gh api call#35536

Closed
kim-em wants to merge 1 commit intomasterfrom
fix-gh-api-get
Closed

[Merged by Bors] - fix: specify -X GET in gh api call#35536
kim-em wants to merge 1 commit intomasterfrom
fix-gh-api-get

Conversation

@kim-em
Copy link
Contributor

@kim-em kim-em commented Feb 19, 2026

The -f flag causes gh api to default to POST. The releases endpoint expects GET, so we need to specify the method explicitly.

Same fix as leanprover/cslib#354.

🤖 Prepared with Claude Code

The `-f` flag causes `gh api` to default to POST. This endpoint
expects GET, so we need to specify the method explicitly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the CI Modifies the continuous integration setup or other automation label Feb 19, 2026
@github-actions
Copy link

PR summary ba56760a1a

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for scripts/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

Workflow documentation reminder

This PR modifies files under .github/workflows/.
Please update docs/workflows.md if the workflow inventory, triggers, or behavior changed.

Modified workflow files:

  • .github/workflows/nightly_bump_and_merge.yml

@kim-em
Copy link
Contributor Author

kim-em commented Feb 19, 2026

I'm merging this myself, as it is simple, and it blocking updates to nightly-testing.

bors merge

@mathlib-triage mathlib-triage bot added the ready-to-merge This PR has been sent to bors. label Feb 19, 2026
mathlib-bors bot pushed a commit that referenced this pull request Feb 19, 2026
The `-f` flag causes `gh api` to default to POST. The releases endpoint expects GET, so we need to specify the method explicitly.

Same fix as leanprover/cslib#354.

🤖 Prepared with Claude Code
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 19, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title fix: specify -X GET in gh api call [Merged by Bors] - fix: specify -X GET in gh api call Feb 19, 2026
@mathlib-bors mathlib-bors bot closed this Feb 19, 2026
@mathlib-bors mathlib-bors bot deleted the fix-gh-api-get branch February 19, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Modifies the continuous integration setup or other automation ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments