bazel-contrib/bazel-docs

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

オープン

#369 opened on 2026/04/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)MDX (12 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (8 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド