diff --git a/.github/workflows/downstream-users.lock.yml b/.github/workflows/downstream-users.lock.yml index b06ebbc2..21e84db2 100644 --- a/.github/workflows/downstream-users.lock.yml +++ b/.github/workflows/downstream-users.lock.yml @@ -36,7 +36,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"4baa7d5cf4b9f13fad6ee198ebc939209bbae3becc62bd261b65b063c4013491"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"424da7c3b2e4613c9e1d1674e728af0e179502240dd71ddce244c5db0230a946"} name: "Downstream Users" "on": @@ -1492,7 +1492,7 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }} - GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_pull_request\":{\"base_branch\":\"${{ github.base_ref || github.ref_name }}\",\"max\":1,\"max_patch_size\":1024},\"missing_data\":{},\"missing_tool\":{}}" + GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_pull_request\":{\"base_branch\":\"${{ github.base_ref || github.ref_name }}\",\"draft\":false,\"max\":1,\"max_patch_size\":1024},\"missing_data\":{},\"missing_tool\":{}}" with: github-token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/downstream-users.md b/.github/workflows/downstream-users.md index ef7d7353..235975c9 100644 --- a/.github/workflows/downstream-users.md +++ b/.github/workflows/downstream-users.md @@ -43,6 +43,8 @@ network: - ruby strict: false safe-outputs: + create-pull-request: + draft: false noop: timeout-minutes: 90 --- diff --git a/.github/workflows/gh-aw-bug-exterminator.lock.yml b/.github/workflows/gh-aw-bug-exterminator.lock.yml index f37a89ad..2faa72fc 100644 --- a/.github/workflows/gh-aw-bug-exterminator.lock.yml +++ b/.github/workflows/gh-aw-bug-exterminator.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"bc00a8c8f1d0772fb7dd159091be4a348d113116528c926eae3b8731916a57c3"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"767f6f3243f887d127374b3a5669d92ec0526373f9bae848e5d7ee8a2cf25dad"} name: "Gh Aw Bug Exterminator" "on": @@ -59,6 +59,11 @@ name: "Gh Aw Bug Exterminator" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-bug-exterminator.md b/.github/workflows/gh-aw-bug-exterminator.md index 288a17b8..dcb678a6 100644 --- a/.github/workflows/gh-aw-bug-exterminator.md +++ b/.github/workflows/gh-aw-bug-exterminator.md @@ -42,6 +42,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-code-duplication-fixer.lock.yml b/.github/workflows/gh-aw-code-duplication-fixer.lock.yml index 0d98f15c..1ce47768 100644 --- a/.github/workflows/gh-aw-code-duplication-fixer.lock.yml +++ b/.github/workflows/gh-aw-code-duplication-fixer.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"76677a5c276b3ec7f97560d70294dd7af17de8154f29a52198de9d8cede0dbaf"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"830bd8d92a4b98f6eeb4d157f133446f26586b8e4b88581bb0a588c3340a77d3"} name: "Code Duplication Fixer" "on": @@ -59,6 +59,11 @@ name: "Code Duplication Fixer" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-code-duplication-fixer.md b/.github/workflows/gh-aw-code-duplication-fixer.md index d7856aa4..4cd6735c 100644 --- a/.github/workflows/gh-aw-code-duplication-fixer.md +++ b/.github/workflows/gh-aw-code-duplication-fixer.md @@ -43,6 +43,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-code-simplifier.lock.yml b/.github/workflows/gh-aw-code-simplifier.lock.yml index 865480cc..7eba900d 100644 --- a/.github/workflows/gh-aw-code-simplifier.lock.yml +++ b/.github/workflows/gh-aw-code-simplifier.lock.yml @@ -36,7 +36,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"b356afe8c7cfbac9e0142d64737f066f1e5d30554a3a17d37bb2fac72797cbb1"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"29fef0a5ea1c6c519a83ba36ae92bf9f7995b20665e39ca2e8e230d06035c525"} name: "Code Simplifier" "on": @@ -58,6 +58,11 @@ name: "Code Simplifier" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-code-simplifier.md b/.github/workflows/gh-aw-code-simplifier.md index 54487bff..bc847834 100644 --- a/.github/workflows/gh-aw-code-simplifier.md +++ b/.github/workflows/gh-aw-code-simplifier.md @@ -41,6 +41,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-fragments/safe-output-create-pr.md b/.github/workflows/gh-aw-fragments/safe-output-create-pr.md index 1505216f..61efec8b 100644 --- a/.github/workflows/gh-aw-fragments/safe-output-create-pr.md +++ b/.github/workflows/gh-aw-fragments/safe-output-create-pr.md @@ -14,7 +14,7 @@ safe-inputs: return { status: 'ok', checklist, contributing_guide: contributing, pr_template: prTemplate }; safe-outputs: create-pull-request: - draft: ${{ inputs.draft-prs != 'false' }} + draft: ${{ inputs.draft-prs }} --- Before calling `create_pull_request`, call `ready_to_make_pr` and apply its checklist. diff --git a/.github/workflows/gh-aw-issue-fixer.lock.yml b/.github/workflows/gh-aw-issue-fixer.lock.yml index 41f49f2e..eaad8d9c 100644 --- a/.github/workflows/gh-aw-issue-fixer.lock.yml +++ b/.github/workflows/gh-aw-issue-fixer.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"7cb47f202abb49164bc3816b120f1cf4f37344a351b5ee2a42b5217ae1f4b407"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"cb6943743e04d4378db52e4e358193cee5b9c1f028cd8cfa476c470b155ba9fe"} name: "Issue Fixer" "on": @@ -59,6 +59,11 @@ name: "Issue Fixer" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews @@ -74,9 +79,6 @@ name: "Issue Fixer" description: Shell commands to run before the agent starts (dependency install, build, etc.) required: false type: string - secrets: - COPILOT_GITHUB_TOKEN: - required: true permissions: {} diff --git a/.github/workflows/gh-aw-issue-fixer.md b/.github/workflows/gh-aw-issue-fixer.md index b4dc651c..39d3263d 100644 --- a/.github/workflows/gh-aw-issue-fixer.md +++ b/.github/workflows/gh-aw-issue-fixer.md @@ -45,9 +45,11 @@ on: type: string required: false default: "" - secrets: - COPILOT_GITHUB_TOKEN: - required: true + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true reaction: "eyes" roles: [admin, maintainer, write] bots: diff --git a/.github/workflows/gh-aw-mention-in-issue.lock.yml b/.github/workflows/gh-aw-mention-in-issue.lock.yml index 40995d07..f45a8527 100644 --- a/.github/workflows/gh-aw-mention-in-issue.lock.yml +++ b/.github/workflows/gh-aw-mention-in-issue.lock.yml @@ -38,7 +38,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"9880ac6dba9d404fde60f78403fcb4f977132063f0375d67fc5d1842cf99a3e8"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"cf97b5a0544ea57ada7d359d2d54f155cfcc821c6161113235d67480f49617c9"} name: "Mention in Issue" "on": @@ -61,10 +61,10 @@ name: "Mention in Issue" required: false type: string draft-prs: - default: "true" - description: "Create PRs as draft (default: true)" + default: true + description: Whether to create pull requests as drafts required: false - type: string + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-mention-in-issue.md b/.github/workflows/gh-aw-mention-in-issue.md index c9f39349..882e37be 100644 --- a/.github/workflows/gh-aw-mention-in-issue.md +++ b/.github/workflows/gh-aw-mention-in-issue.md @@ -47,10 +47,10 @@ on: required: false default: "" draft-prs: - description: "Create PRs as draft (default: true)" - type: string + description: "Whether to create pull requests as drafts" + type: boolean required: false - default: "true" + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-newbie-contributor-fixer.lock.yml b/.github/workflows/gh-aw-newbie-contributor-fixer.lock.yml index af306222..65e8898c 100644 --- a/.github/workflows/gh-aw-newbie-contributor-fixer.lock.yml +++ b/.github/workflows/gh-aw-newbie-contributor-fixer.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"71fdb51b1f06d1af55282c62b52ca0113e227491f74cbbc78ae29ce6c46becde"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"fd338b107d251f0a5f180dad19e83918c8785439f635dc338066a648776b9301"} name: "Newbie Contributor Fixer" "on": @@ -59,6 +59,11 @@ name: "Newbie Contributor Fixer" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-newbie-contributor-fixer.md b/.github/workflows/gh-aw-newbie-contributor-fixer.md index 2b7d210b..54b28eb3 100644 --- a/.github/workflows/gh-aw-newbie-contributor-fixer.md +++ b/.github/workflows/gh-aw-newbie-contributor-fixer.md @@ -43,6 +43,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-release-update.lock.yml b/.github/workflows/gh-aw-release-update.lock.yml index 6c298fe7..7dec0ce1 100644 --- a/.github/workflows/gh-aw-release-update.lock.yml +++ b/.github/workflows/gh-aw-release-update.lock.yml @@ -35,7 +35,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"997287a3ecffdf06b7320ba081d4a5d6eca7a2490106dd11cee7284b2960ff5b"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"1444b5c95cf4969503231cdf8406c90cfa06e317d91d7d822978889a8e3b1076"} name: "Release Update Check" "on": @@ -57,6 +57,11 @@ name: "Release Update Check" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-release-update.md b/.github/workflows/gh-aw-release-update.md index 1fbc66ed..1b4d1040 100644 --- a/.github/workflows/gh-aw-release-update.md +++ b/.github/workflows/gh-aw-release-update.md @@ -40,6 +40,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-scheduled-fix.lock.yml b/.github/workflows/gh-aw-scheduled-fix.lock.yml index 76dbb639..d5d4554c 100644 --- a/.github/workflows/gh-aw-scheduled-fix.lock.yml +++ b/.github/workflows/gh-aw-scheduled-fix.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c465c6dad1086f101ec331fa349f22b48f43a2c883e2fd6cfca8fafe013356f6"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a2c811372816d42f48ad771f4dd113997162bbf5695ad2043e98d74952b41656"} name: "Scheduled Fix" "on": @@ -59,10 +59,10 @@ name: "Scheduled Fix" required: false type: string draft-prs: - default: "true" - description: Create PRs as draft (true/false) + default: true + description: Whether to create pull requests as drafts required: false - type: string + type: boolean issue-label: default: "" description: Label to search for in open issues diff --git a/.github/workflows/gh-aw-scheduled-fix.md b/.github/workflows/gh-aw-scheduled-fix.md index 2292728d..17f80564 100644 --- a/.github/workflows/gh-aw-scheduled-fix.md +++ b/.github/workflows/gh-aw-scheduled-fix.md @@ -52,10 +52,10 @@ on: required: false default: "" draft-prs: - description: "Create PRs as draft (true/false)" - type: string + description: "Whether to create pull requests as drafts" + type: boolean required: false - default: "true" + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-small-problem-fixer.lock.yml b/.github/workflows/gh-aw-small-problem-fixer.lock.yml index 0e32ace0..76beaede 100644 --- a/.github/workflows/gh-aw-small-problem-fixer.lock.yml +++ b/.github/workflows/gh-aw-small-problem-fixer.lock.yml @@ -36,7 +36,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c334fb0e60093333f671503d27e5637a6aca797b4056d8292aa1201fdc385cff"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"398a351de59b419aac5f84062790495146a0e9356f24c9c9e1f3406ef7f2df3e"} name: "Small Problem Fixer" "on": @@ -58,6 +58,11 @@ name: "Small Problem Fixer" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-small-problem-fixer.md b/.github/workflows/gh-aw-small-problem-fixer.md index d1f19979..681d341e 100644 --- a/.github/workflows/gh-aw-small-problem-fixer.md +++ b/.github/workflows/gh-aw-small-problem-fixer.md @@ -41,6 +41,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-test-improver.lock.yml b/.github/workflows/gh-aw-test-improver.lock.yml index c24e28ff..85106ecc 100644 --- a/.github/workflows/gh-aw-test-improver.lock.yml +++ b/.github/workflows/gh-aw-test-improver.lock.yml @@ -36,7 +36,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c1429c3c1b7b155be7afa26dd65308b3a995c2ef7a32a88f999213c273cc962e"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"c3c9561137a623f18dcf8b8a85eabd3d8e1984655eb1a47f8ff08f67bdb170a8"} name: "Test Improver" "on": @@ -58,6 +58,11 @@ name: "Test Improver" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-test-improver.md b/.github/workflows/gh-aw-test-improver.md index c79d26bf..681e7b2d 100644 --- a/.github/workflows/gh-aw-test-improver.md +++ b/.github/workflows/gh-aw-test-improver.md @@ -42,6 +42,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/gh-aw-text-beautifier.lock.yml b/.github/workflows/gh-aw-text-beautifier.lock.yml index e6a8cb4b..f62a8ea8 100644 --- a/.github/workflows/gh-aw-text-beautifier.lock.yml +++ b/.github/workflows/gh-aw-text-beautifier.lock.yml @@ -37,7 +37,7 @@ # # inlined-imports: true # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"a1121a70c3e10592769073ae4d7b04b6707d0edb359aaf0deaede0735374b870"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"4a3c8c22298420f6cae08675bbe5b300b3a5e734147ab435e6f09500a3aa3f30"} name: "Text Beautifier" "on": @@ -59,6 +59,11 @@ name: "Text Beautifier" description: Allowlisted bot actor usernames (comma-separated) required: false type: string + draft-prs: + default: true + description: Whether to create pull requests as drafts + required: false + type: boolean messages-footer: default: "" description: Footer appended to all agent comments and reviews diff --git a/.github/workflows/gh-aw-text-beautifier.md b/.github/workflows/gh-aw-text-beautifier.md index b8ba1748..754136c9 100644 --- a/.github/workflows/gh-aw-text-beautifier.md +++ b/.github/workflows/gh-aw-text-beautifier.md @@ -43,6 +43,11 @@ on: type: string required: false default: "" + draft-prs: + description: "Whether to create pull requests as drafts" + type: boolean + required: false + default: true secrets: COPILOT_GITHUB_TOKEN: required: true diff --git a/.github/workflows/trigger-bug-exterminator.yml b/.github/workflows/trigger-bug-exterminator.yml index 35ee106a..66e07e1e 100644 --- a/.github/workflows/trigger-bug-exterminator.yml +++ b/.github/workflows/trigger-bug-exterminator.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-bug-exterminator.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-code-duplication-fixer.yml b/.github/workflows/trigger-code-duplication-fixer.yml index 543365bd..824e46e2 100644 --- a/.github/workflows/trigger-code-duplication-fixer.yml +++ b/.github/workflows/trigger-code-duplication-fixer.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-code-duplication-fixer.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-code-simplifier.yml b/.github/workflows/trigger-code-simplifier.yml index 622d17f9..4a5c5456 100644 --- a/.github/workflows/trigger-code-simplifier.yml +++ b/.github/workflows/trigger-code-simplifier.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-code-simplifier.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-mention-in-issue.yml b/.github/workflows/trigger-mention-in-issue.yml index 5c111c70..14c41dec 100644 --- a/.github/workflows/trigger-mention-in-issue.yml +++ b/.github/workflows/trigger-mention-in-issue.yml @@ -17,6 +17,7 @@ jobs: startsWith(github.event.comment.body, '/ai') uses: ./.github/workflows/gh-aw-mention-in-issue.lock.yml with: + draft-prs: false allowed-bot-users: "github-actions[bot],copilot" secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-newbie-contributor-fixer.yml b/.github/workflows/trigger-newbie-contributor-fixer.yml index 862698a7..294b69e5 100644 --- a/.github/workflows/trigger-newbie-contributor-fixer.yml +++ b/.github/workflows/trigger-newbie-contributor-fixer.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-newbie-contributor-fixer.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-release-update.yml b/.github/workflows/trigger-release-update.yml index 4c26eb8a..25091011 100644 --- a/.github/workflows/trigger-release-update.yml +++ b/.github/workflows/trigger-release-update.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-release-update.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-small-problem-fixer.yml b/.github/workflows/trigger-small-problem-fixer.yml index 9efbdeb3..3b12ac89 100644 --- a/.github/workflows/trigger-small-problem-fixer.yml +++ b/.github/workflows/trigger-small-problem-fixer.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-small-problem-fixer.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-test-improver.yml b/.github/workflows/trigger-test-improver.yml index 7ad4262c..e61b59bf 100644 --- a/.github/workflows/trigger-test-improver.yml +++ b/.github/workflows/trigger-test-improver.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-test-improver.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/.github/workflows/trigger-text-beautifier.yml b/.github/workflows/trigger-text-beautifier.yml index 90a5fec0..a00fc2f6 100644 --- a/.github/workflows/trigger-text-beautifier.yml +++ b/.github/workflows/trigger-text-beautifier.yml @@ -12,5 +12,7 @@ permissions: jobs: run: uses: ./.github/workflows/gh-aw-text-beautifier.lock.yml + with: + draft-prs: false secrets: COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} diff --git a/gh-agent-workflows/bug-exterminator/dogfood-with.yml b/gh-agent-workflows/bug-exterminator/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/bug-exterminator/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/code-duplication-fixer/dogfood-with.yml b/gh-agent-workflows/code-duplication-fixer/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/code-duplication-fixer/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/code-simplifier/dogfood-with.yml b/gh-agent-workflows/code-simplifier/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/code-simplifier/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/mention-in-issue/dogfood-with.yml b/gh-agent-workflows/mention-in-issue/dogfood-with.yml index f839f9fd..7b14123e 100644 --- a/gh-agent-workflows/mention-in-issue/dogfood-with.yml +++ b/gh-agent-workflows/mention-in-issue/dogfood-with.yml @@ -1 +1,2 @@ +draft-prs: false allowed-bot-users: "github-actions[bot],copilot" diff --git a/gh-agent-workflows/newbie-contributor-fixer/dogfood-with.yml b/gh-agent-workflows/newbie-contributor-fixer/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/newbie-contributor-fixer/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/release-update/dogfood-with.yml b/gh-agent-workflows/release-update/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/release-update/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/small-problem-fixer/dogfood-with.yml b/gh-agent-workflows/small-problem-fixer/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/small-problem-fixer/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/test-improver/dogfood-with.yml b/gh-agent-workflows/test-improver/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/test-improver/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false diff --git a/gh-agent-workflows/text-beautifier/dogfood-with.yml b/gh-agent-workflows/text-beautifier/dogfood-with.yml new file mode 100644 index 00000000..c7cbeafd --- /dev/null +++ b/gh-agent-workflows/text-beautifier/dogfood-with.yml @@ -0,0 +1 @@ +draft-prs: false