Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions .github/workflows/downstream-users.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/downstream-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ network:
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 90
---
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-bug-exterminator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .github/workflows/gh-aw-bug-exterminator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -70,6 +75,8 @@ network:
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 90
steps:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-code-duplication-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .github/workflows/gh-aw-code-duplication-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -72,6 +77,8 @@ network:
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 90
steps:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-code-simplifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .github/workflows/gh-aw-code-simplifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -69,6 +74,8 @@ network:
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 90
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-aw-fragments/safe-output-create-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-issue-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .github/workflows/gh-aw-issue-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ on:
type: string
required: false
default: ""
draft-prs:
description: "Whether to create pull requests as drafts"
type: boolean
required: false
default: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -73,6 +78,9 @@ network:
- python
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
timeout-minutes: 60
steps:
- name: Repo-specific setup
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/gh-aw-mention-in-issue.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions .github/workflows/gh-aw-mention-in-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -79,6 +79,9 @@ network:
- python
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
timeout-minutes: 60
steps:
- name: Repo-specific setup
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-newbie-contributor-fixer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .github/workflows/gh-aw-newbie-contributor-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down Expand Up @@ -71,6 +76,8 @@ network:
- ruby
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 90
steps:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/gh-aw-release-update.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .github/workflows/gh-aw-release-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand All @@ -64,6 +69,8 @@ network:
- github
strict: false
safe-outputs:
create-pull-request:
draft: false
noop:
timeout-minutes: 30
steps:
Expand Down
Loading
Loading