Skip to content

Commit

Permalink
Merge pull request #9714 from roundcube/reminder-bots-only-our-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm authored Nov 26, 2024
2 parents c86f4f2 + d8c7c6b commit 3a6e25a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bot-create-manual-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
reminder:
if: github.repository == 'roundcube/roundcubemail'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bot-manual-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
reminder:
if: github.repository == 'roundcube/roundcubemail'
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/bot-remind-stale-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:

jobs:
review-reminder:
permissions:
pull-requests: write
if: github.repository == 'roundcube/roundcubemail'
runs-on: ubuntu-latest
steps:
- uses: sojusan/github-action-reminder@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reminder_message: "🛎️ This PR has had no activity in two weeks."
# Remind after two weeks of inactivity
inactivity_deadline_hours: 336
Expand Down

0 comments on commit 3a6e25a

Please sign in to comment.