Skip to content

Commit

Permalink
ci: set proper permission for spam detection action (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Jan 6, 2025
1 parent 0d64329 commit 9198e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spam-comment-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issue_comment:
types: [created, edited]

permissions:
issues: write

jobs:
detect-spam:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 9198e8b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Packaging for test is done in 12630248440

Please sign in to comment.