Skip to content

[WIP] Add custom properties for project type, workflow stage, and security level - #1

Merged
Lawrence Lucas Large (LukeLarge) merged 1 commit into
mainfrom
copilot/add-custom-properties-enterprise
Mar 21, 2026
Merged

[WIP] Add custom properties for project type, workflow stage, and security level#1
Lawrence Lucas Large (LukeLarge) merged 1 commit into
mainfrom
copilot/add-custom-properties-enterprise

Conversation

Copilot AI commented Mar 16, 2026

Copy link
Copy Markdown

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

i want to add these custom properties to my enterprise

PROJECT TYPE

gh enterprise custom-properties create project_type
--type single_select
--description "Defines the primary category of work this repository represents to support discovery, automation, and lifecycle management."
--options integration,smart_contract,automation,documentation,infrastructure,research,internal_tool,website

WORKFLOW STAGE

gh enterprise custom-properties create workflow_stage
--type single_select
--description "Indicates the current lifecycle stage of the repository to support governance, audits, and automation triggers."
--options planning,active_development,maintenance,review,deprecated

SECURITY LEVEL

gh enterprise custom-properties create security_level
--type single_select
--description "Specifies the security classification of the repository to ensure appropriate access controls and compliance."
--options internal,restricted,public_ready

DATA SENSITIVITY

gh enterprise custom-properties create data_sensitivity
--type single_select
--description "Indicates the level of data sensitivity associated with the repository to support risk management and compliance workflows."
--options none,low,moderate,high

OWNER TEAM

gh enterprise custom-properties create owner_team
--type string
--description "Defines the accountable owner for maintenance, reviews, and operational responsibility."

COMPLIANCE FRAMEWORK

gh enterprise custom-properties create compliance_framework
--type multi_select
--description "Lists the compliance or audit frameworks applicable to this repository."
--options soc2,iso27001,internal_policy,financial_controls,security_review_required

AUTOMATION PROFILE

gh enterprise custom-properties create automation_profile
--type single_select
--description "Defines the automation and CI/CD profile applied to this repository for consistent workflows."
--options standard,strict,minimal,custom

RISK CATEGORY

gh enterprise custom-properties create risk_category
--type single_select
--description "Indicates the risk category of the repository to support prioritization and governance."
--options low,moderate,high,critical

DOCUMENTATION STATUS

gh enterprise custom-properties create documentation_status
--type single_select
--description "Indicates the current state of documentation for the repository."
--options complete,partial,missing

REVIEW CYCLE

gh enterprise custom-properties create review_cycle
--type single_select
--description "Specifies the required review cadence for maintenance, security, and compliance."
--options monthly,quarterly,annual,none


💡 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 AI requested review from Copilot and removed request for Copilot March 16, 2026 13:27
@LukeLarge
Lawrence Lucas Large (LukeLarge) marked this pull request as ready for review March 21, 2026 21:45
Copilot AI review requested due to automatic review settings March 21, 2026 21:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@LukeLarge
Lawrence Lucas Large (LukeLarge) merged commit 837cbda into main Mar 21, 2026
11 checks passed
@LukeLarge
Lawrence Lucas Large (LukeLarge) deleted the copilot/add-custom-properties-enterprise branch March 21, 2026 21:46
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.

3 participants