Skip to content

Commit 230b3e5

Browse files
committed
updates for design changes
1 parent 83c9100 commit 230b3e5

10 files changed

Lines changed: 11 additions & 11 deletions

workflows/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ network: defaults
1818
safe-outputs:
1919
create-issue:
2020
title-prefix: "${{ github.workflow }}"
21-
add-issue-comment:
21+
add-comment:
2222

2323
tools:
2424
web-fetch:

workflows/daily-accessibility-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ safe-outputs:
1414
create-issue:
1515
title-prefix: "${{ github.workflow }}"
1616
max: 5
17-
add-issue-comment:
17+
add-comment:
1818
max: 5
1919

2020
tools:

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ safe-outputs:
1414
create-issue:
1515
title-prefix: "${{ github.workflow }}"
1616
max: 3
17-
add-issue-comment:
17+
add-comment:
1818
target: "*" # all issues and PRs
1919
max: 3
2020
create-pull-request:

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ safe-outputs:
1616
create-issue:
1717
title-prefix: "${{ github.workflow }}"
1818
max: 5
19-
add-issue-comment:
19+
add-comment:
2020
target: "*" # can add a comment to any one single issue or pull request
2121
create-pull-request:
2222
draft: true

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ safe-outputs:
1414
create-issue:
1515
title-prefix: "${{ github.workflow }}"
1616
max: 3
17-
add-issue-comment:
17+
add-comment:
1818
target: "*" # all issues and PRs
1919
max: 3
2020
create-pull-request:

workflows/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ network: defaults
1616
safe-outputs:
1717
create-issue:
1818
title-prefix: "${{ github.workflow }}"
19-
add-issue-comment:
19+
add-comment:
2020
target: "*" # all issues and PRs
2121
max: 5
2222
create-pull-request:

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ safe-outputs:
1919
target: "*" # one single issue
2020
body: # can update the issue title/body only
2121
title: # can update the issue title/body only
22-
add-issue-comment:
22+
add-comment:
2323
target: "*" # can add a comment to any one single issue or pull request
2424
create-pull-request: # can create a pull request
2525
draft: true

workflows/issue-triage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ permissions: read-all
1010
network: defaults
1111

1212
safe-outputs:
13-
add-issue-label:
13+
add-labels:
1414
max: 5
15-
add-issue-comment:
15+
add-comment:
1616

1717
tools:
1818
web-fetch:

workflows/pr-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ safe-outputs:
1414
push-to-pr-branch:
1515
create-issue:
1616
title-prefix: "${{ github.workflow }}"
17-
add-issue-comment:
17+
add-comment:
1818

1919
tools:
2020
web-fetch:

workflows/repo-ask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111
network: defaults
1212

1313
safe-outputs:
14-
add-issue-comment:
14+
add-comment:
1515

1616
tools:
1717
web-fetch:

0 commit comments

Comments
 (0)