Skip to content

Commit

Permalink
Added read permission to pr-reviewer-reminder
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky committed Aug 15, 2023
1 parent b9207bb commit ee92f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-reviewer-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
#- cron: '0 10,17 * * 1-5'
- cron: '*/20 * * * *'

permissions:
contents: read

jobs:
pull-request-reviewer-reminder:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee92f87

Please sign in to comment.