Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 19, 2025

The tibdex/github-app-token action has been archived and is no longer maintained. This PR replaces it with the officially supported actions/create-github-app-token action across all GitHub workflows.

Changes Made

Updated three workflow files to use the new action:

  • .github/workflows/addToProject.yml
  • .github/workflows/labeler.yml
  • .github/workflows/update-specs.yml

Migration Details

Action Reference:

  • Before: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
  • After: actions/create-github-app-token@v2

Parameter Changes:

  • app_idapp-id
  • private_keyprivate-key

Permission Format:
Converted from JSON object format to individual permission parameters:

# Before
permissions: >-
  {
    "contents": "write",
    "pull_requests": "write"
  }

# After  
permission-contents: write
permission-pull-requests: write

All existing functionality and permissions are preserved. The workflows will continue to authenticate with the same GitHub App and maintain identical access levels.

Fixes #220.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • metadata.google.internal
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/ecs-logging-nodejs/ecs-logging-nodejs/packages/ecs-morgan-format/test/serve-one-http-req-with-apm.js http://localhost:38649 true (dns block)
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/ecs-logging-nodejs/ecs-logging-nodejs/packages/ecs-pino-format/test/serve-one-http-req-with-apm.js http://localhost:36661 (dns block)
    • Triggering command: /usr/local/bin/node /home/REDACTED/work/ecs-logging-nodejs/ecs-logging-nodejs/packages/ecs-winston-format/test/serve-one-http-req-with-apm.js http://localhost:42431 true (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI assigned Copilot and v1v Sep 19, 2025
Copy link
Contributor Author

Copilot AI commented Sep 19, 2025

@v1v 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

@Copilot Copilot AI changed the title [WIP] Replace tibdex/github-app-token with actions/create-github-app-token Replace tibdex/github-app-token with actions/create-github-app-token Sep 19, 2025
@Copilot Copilot AI requested a review from v1v September 19, 2025 15:29
Copilot finished work on behalf of v1v September 19, 2025 15:29
@v1v v1v requested a review from a team September 22, 2025 10:46
@v1v v1v marked this pull request as ready for review September 22, 2025 10:46
@v1v v1v requested a review from a team September 22, 2025 10:46
@v1v v1v enabled auto-merge (squash) September 22, 2025 10:46
Copy link

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n left a comment

Choose a reason for hiding this comment

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

LGTM

@v1v v1v merged commit a693dac into main Sep 22, 2025
22 of 26 checks passed
@v1v v1v deleted the copilot/fix-220 branch September 22, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace tibdex/github-app-token with actions/create-github-app-token
4 participants