Skip to content

Commit

Permalink
[ci] fix no-response permissions (#6323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 19, 2024
1 parent 6330d62 commit 685728c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: No Response Bot

permissions:
issues: write
pull-requests: write

on:
issue_comment:
types: [created]
schedule:
# "every day at 04:00 UTC"
- cron: '0 4 * * *'
# Run manually by clicking a button in the UI
workflow_dispatch:

jobs:
noResponse:
Expand Down

0 comments on commit 685728c

Please sign in to comment.