Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions workflows/daily-backlog-burner.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ timeout-minutes: 30

network: defaults

permissions:
actions: read
contents: read
discussions: read
issues: read
pull-requests: read
security-events: read

safe-outputs:
create-discussion:
title-prefix: "${{ github.workflow }}"
Expand Down
8 changes: 8 additions & 0 deletions workflows/daily-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ timeout-minutes: 30

network: defaults

permissions:
actions: read
contents: read
discussions: read
issues: read
pull-requests: read
security-events: read

safe-outputs:
create-discussion:
title-prefix: "${{ github.workflow }}"
Expand Down