diff --git a/.github/workflows/sync-ai-config.yml b/.github/workflows/sync-ai-config.yml index 1b54a6b..29624f6 100644 --- a/.github/workflows/sync-ai-config.yml +++ b/.github/workflows/sync-ai-config.yml @@ -26,8 +26,9 @@ jobs: if: github.event_name == 'schedule' uses: CreativeCodersTeam/ai-base/.github/workflows/sync-ai-config.yml@main with: - languages: 'csharp,superpowers' - ai-systems: 'copilot,claude,junie' + languages: ${{ vars.AI_LANGUAGES || 'csharp,superpowers' }} + ai-systems: ${{ vars.AI_SYSTEMS || 'copilot,claude,junie' }} + project-markdown-file: ${{ vars.AI_PROJECT_MARKDOWN_FILE || '' }} ai-base-version: 'main' create-pull-request: true @@ -35,8 +36,9 @@ jobs: if: github.event_name == 'workflow_dispatch' uses: CreativeCodersTeam/ai-base/.github/workflows/sync-ai-config.yml@main with: - languages: 'csharp,superpowers' - ai-systems: 'copilot,claude,junie' + languages: ${{ vars.AI_LANGUAGES || 'csharp,superpowers' }} + ai-systems: ${{ vars.AI_SYSTEMS || 'copilot,claude,junie' }} + project-markdown-file: ${{ vars.AI_PROJECT_MARKDOWN_FILE || '' }} ai-base-version: ${{ inputs.ai-base-version }} create-pull-request: ${{ inputs.create-pull-request }} clear-ai-configs: ${{ inputs.clear-ai-configs }} diff --git a/.gitignore b/.gitignore index 4774275..0c1ba97 100644 --- a/.gitignore +++ b/.gitignore @@ -216,7 +216,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -313,7 +313,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -324,5 +324,3 @@ ASALocalRun/ .artifacts .tests - -.nuke