Skip to content

ci: update client-id to app-id in status-checks.yml#7860

Open
joshblack wants to merge 1 commit into
mainfrom
joshblack-patch-3
Open

ci: update client-id to app-id in status-checks.yml#7860
joshblack wants to merge 1 commit into
mainfrom
joshblack-patch-3

Conversation

@joshblack
Copy link
Copy Markdown
Member

It seems like this input has been deprecated in favor of client-id so this PR makes that change 👀

@joshblack joshblack requested a review from a team as a code owner May 20, 2026 15:58
@joshblack joshblack requested review from Copilot and llastflowers May 20, 2026 15:58
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

⚠️ No Changeset found

Latest commit: 9a972e2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added the staff Author is a staff member label May 20, 2026
@joshblack joshblack added skip changeset This change does not need a changelog integration-tests: skipped manually Changes in this PR do not require an integration test labels May 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the status-checks GitHub Actions workflow to change the identifier field passed to actions/create-github-app-token, intended to address an upstream input deprecation.

Changes:

  • Replaces the app-id input with client-id for actions/create-github-app-token in the status-checks workflow.
Show a summary per file
File Description
.github/workflows/status-checks.yml Adjusts the inputs used to generate a GitHub App token for posting override status checks.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 2

uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
with:
app-id: 902635
client-id: 902635
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
with:
app-id: 902635
client-id: 902635
@joshblack
Copy link
Copy Markdown
Member Author

Ah, seems like client-id is a different format so will look into that 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: skipped manually Changes in this PR do not require an integration test skip changeset This change does not need a changelog staff Author is a staff member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants