Previously these bots would work on all forks, too. Which is not a good
default, in my eyes, but anyway here's a change that stops that.
jobs:
reminder:
+ if: github.repository == 'roundcube/roundcubemail-docker'
runs-on: ubuntu-latest
steps:
jobs:
reminder:
+ if: github.repository == 'roundcube/roundcubemail-docker'
runs-on: ubuntu-latest
steps:
jobs:
review-reminder:
+ if: github.repository == 'roundcube/roundcubemail-docker'
runs-on: ubuntu-latest
steps:
- uses: sojusan/github-action-reminder@v1