bazel-contrib/bazel-docs

Deprecation warning: create-github-app-token app-id should be client-id

開放

#369 建立於 2026年4月17日

 (0 則留言) (0 個反應) (0 位負責人)MDX (12 個分叉)auto 404
good first issue

倉庫指標

星標
 (8 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Problem

The actions/create-github-app-token@v3 action warns on every run:

Input 'app-id' has been deprecated with message: Use 'client-id' instead.

Affected files

  • .github/workflows/dependabot-automerge.yml (lines 28, 67)
  • .github/workflows/pull-from-bazel-build.yml (line 50)

Fix

Rename app-id to client-id in all three usages.

貢獻者指南