Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/slack-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request_target:
types: [opened, ready_for_review, reopened, closed]

permissions:
contents: none

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewer: One of the points of this initiative is to not have empty top level permissions. This permission is useless itself, since the job already has the ones it needs defined, but it is here so we don't flag the workflow anymore with empty top block permissions


jobs:
slack-lite:
# Skip notification if:
Expand Down
Loading