diff --git a/.github/workflows/check-python-versions.lock.yml b/.github/workflows/check-python-versions.lock.yml index 72a356e..2bca754 100644 --- a/.github/workflows/check-python-versions.lock.yml +++ b/.github/workflows/check-python-versions.lock.yml @@ -23,7 +23,7 @@ # # Annual check of the latest supported Python versions from peps.python.org. Creates a PR to add newly released versions and remove end-of-life versions from CI workflows, actions, Azure Pipelines, and source code. # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"3f488bcea73ddbb890344cfa917bef7faa6924c2282f5a573b92d34236ec5e61","compiler_version":"v0.51.6"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"94ea0deb63648fc0ade7b93a5fb4815ad5fbc376c784f26a15db11ea38ea3087","compiler_version":"v0.51.6"} name: 'Annual Python Version Update' 'on': @@ -977,7 +977,7 @@ jobs: GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} - GH_AW_NOOP_REPORT_AS_ISSUE: 'true' + GH_AW_NOOP_REPORT_AS_ISSUE: 'false' with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/check-python-versions.md b/.github/workflows/check-python-versions.md index ac65a8b..f9926f1 100644 --- a/.github/workflows/check-python-versions.md +++ b/.github/workflows/check-python-versions.md @@ -27,6 +27,7 @@ safe-outputs: draft: true noop: max: 1 + report-as-issue: false --- # Annual Python Version Update diff --git a/.github/workflows/extension-template-sync.lock.yml b/.github/workflows/extension-template-sync.lock.yml index 4677443..a5482cc 100644 --- a/.github/workflows/extension-template-sync.lock.yml +++ b/.github/workflows/extension-template-sync.lock.yml @@ -23,7 +23,7 @@ # # Scheduled and on-demand check to detect unsynced changes from the upstream microsoft/vscode-python-tools-extension-template. Compares recent template PRs against this repo's files and opens an issue for each PR whose changes are not yet present. # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"86fb3e2da6558db63304778d0efb2b96d848b28f23d9967640c5fdb6095f0a66","compiler_version":"v0.51.6"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"6ee45cb8ae37efb989a43099b8a4738f90b07a406d1f7f9b96efbd36dcdfc4d3","compiler_version":"v0.51.6"} name: 'Extension Template Sync' 'on': @@ -993,7 +993,7 @@ jobs: GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} - GH_AW_NOOP_REPORT_AS_ISSUE: 'true' + GH_AW_NOOP_REPORT_AS_ISSUE: 'false' with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/extension-template-sync.md b/.github/workflows/extension-template-sync.md index 1cab7d5..c1d4288 100644 --- a/.github/workflows/extension-template-sync.md +++ b/.github/workflows/extension-template-sync.md @@ -21,6 +21,8 @@ network: safe-outputs: create-issue: max: 10 + noop: + report-as-issue: false steps: - name: Checkout repository uses: actions/checkout@v5 diff --git a/.github/workflows/issue-triage.lock.yml b/.github/workflows/issue-triage.lock.yml index 4bb7d37..c20104c 100644 --- a/.github/workflows/issue-triage.lock.yml +++ b/.github/workflows/issue-triage.lock.yml @@ -23,7 +23,7 @@ # # When a new issue is opened — or when a maintainer comments `/triage-issue` on an existing issue — analyze its root cause, check whether the same issue could affect other extensions built from the microsoft/vscode-python-tools-extension-template or originate from the microsoft/vscode-common-python-lsp shared package, and look for related open issues on the upstream isort repository (PyCQA/isort). If applicable, suggest an upstream fix and surface relevant isort issues to the reporter. # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"650222767e65829c143f4c6adf6afce9d620a58c216e8d1d8a80e48384050206","compiler_version":"v0.51.6"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"2635d30bce76ab0cdc7dd46ce7ddcac8a1dd52a06a979b8a079c3b9dd88995f9","compiler_version":"v0.51.6"} name: 'Issue Triage' 'on': @@ -981,7 +981,7 @@ jobs: GH_AW_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} GH_AW_AGENT_CONCLUSION: ${{ needs.agent.result }} GH_AW_NOOP_MESSAGE: ${{ steps.noop.outputs.noop_message }} - GH_AW_NOOP_REPORT_AS_ISSUE: 'true' + GH_AW_NOOP_REPORT_AS_ISSUE: 'false' with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/issue-triage.md b/.github/workflows/issue-triage.md index f03d28b..e04e33e 100644 --- a/.github/workflows/issue-triage.md +++ b/.github/workflows/issue-triage.md @@ -26,6 +26,8 @@ safe-outputs: run-started: "⏳ **Triage Issue Agent**: I will analyze this issue and determine if related issues exist in this repo, the upstream Python tool, or similar extensions. This may take a couple of minutes." add-comment: max: 1 + noop: + report-as-issue: false steps: - name: Checkout repository uses: actions/checkout@v5