How to get Roundcube web UI on port 443 with TLS for docker-compose-fpm.yaml ? #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Create reminder from comment' | |
permissions: | |
issues: write | |
pull-requests: write | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
reminder: | |
if: github.repository == 'roundcube/roundcubemail-docker' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 👀 check for reminder | |
uses: agrc/create-reminder-action@v1 |