Skip to content

Commit

Permalink
Merge pull request #74 from ksummarized/00073_limit_reminder_action
Browse files Browse the repository at this point in the history
Limit reminder action to main repo
  • Loading branch information
Sojusan authored Nov 27, 2024
2 parents 2c9bc40 + 6c9cdb5 commit bd68f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/inactive-pull-request-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:

jobs:
inactive-pr-reminder:
permissions:
pull-requests: write
if: github.repository == 'ksummarized/ksummarized.com'
runs-on: ubuntu-latest
steps:
- uses: sojusan/github-action-reminder@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reminder_message: "Two days have passed since the last activity. Please take care of this PR."
inactivity_deadline_hours: 48
default_users_to_notify: |
Expand Down

0 comments on commit bd68f99

Please sign in to comment.