Skip to content

Commit 442992e

Browse files
authored
[WIP] Update daily report style workflows to disable mentions and github references (#217)
1 parent 9731f9f commit 442992e

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

workflows/daily-accessibility-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions: read-all
1515
network: defaults
1616

1717
safe-outputs:
18+
mentions: false
19+
allowed-github-references: []
1820
create-discussion:
1921
title-prefix: "${{ github.workflow }}"
2022
category: "q-a"

workflows/daily-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions: read-all
1515
network: defaults
1616

1717
safe-outputs:
18+
mentions: false
19+
allowed-github-references: []
1820
create-discussion: # needed to create the project plan discussion
1921
title-prefix: "${{ github.workflow }}"
2022
category: "announcements"

workflows/daily-qa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions: read-all
1616
network: defaults
1717

1818
safe-outputs:
19+
mentions: false
20+
allowed-github-references: []
1921
create-discussion:
2022
title-prefix: "${{ github.workflow }}"
2123
category: "q-a"

workflows/daily-repo-status.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ tools:
2424
lockdown: false
2525

2626
safe-outputs:
27+
mentions: false
28+
allowed-github-references: []
2729
create-issue:
2830
title-prefix: "[repo-status] "
2931
labels: [report, daily-status]

workflows/daily-team-status.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ tools:
2121
github:
2222

2323
safe-outputs:
24+
mentions: false
25+
allowed-github-references: []
2426
create-issue:
2527
title-prefix: "[team-status] "
2628
labels: [report, daily-status]

0 commit comments

Comments
 (0)