Skip to content

Commit

Permalink
chore: add necessary write permission to closed issue message actions…
Browse files Browse the repository at this point in the history
… workflow (#3419)
  • Loading branch information
atierian authored Dec 12, 2023
1 parent ad342ba commit 0211104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/closed_issue_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Closed Issue Message
on:
issues:
types: [closed]

permissions:
issues: write

jobs:
auto_comment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0211104

Please sign in to comment.