Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ inputs:
description: "The level of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'."
permission-deployments:
description: "The level of permission to grant the access token for deployments and deployment statuses. Can be set to 'read' or 'write'."
permission-discussions:
description: "The level of permission to grant the access token for discussions. Can be set to 'read' or 'write'."
Comment on lines +46 to +47
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

This input is inside the # <START GENERATED PERMISSIONS INPUTS> block, but the generator (scripts/update-permission-inputs.js) currently derives inputs from scripts/generated/app-permissions.json, which does not include a discussions permission. Re-running the update script (e.g., when package.json/package-lock.json changes) will likely remove permission-discussions and reintroduce the warning. Please update the source of generation as well (e.g., bump @octokit/openapi to a schema version that includes discussions, or patch the generator to append this permission) so the generated block remains stable.

Copilot uses AI. Check for mistakes.
permission-email-addresses:
description: "The level of permission to grant the access token to manage the email addresses belonging to a user. Can be set to 'read' or 'write'."
permission-enterprise-custom-properties-for-organizations:
Expand Down
Loading