Skip to content

Commit

Permalink
Merge pull request #284 from roundcube/reminders-bots-only-in-our-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm authored Nov 26, 2024
2 parents 86081e5 + 65b37fb commit 3b45725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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-docker'
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-docker'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bot-remind-stale-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
review-reminder:
if: github.repository == 'roundcube/roundcubemail-docker'
runs-on: ubuntu-latest
steps:
- uses: sojusan/github-action-reminder@v1
Expand Down

0 comments on commit 3b45725

Please sign in to comment.