Skip to content

Commit

Permalink
edit comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Dec 22, 2024
1 parent 961da16 commit cfa1291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- created

permissions:
issues: write # To update comments
pull-requests: read
contents: read
issues: write # Allow writing comments
pull-requests: write # Allow writing on pull requests
contents: read # Read repository contents

jobs:
build:
Expand Down

0 comments on commit cfa1291

Please sign in to comment.