Issue Digest #2573
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: Issue Digest | |
on: | |
schedule: | |
- cron: '10 * * * *' # runs once at 00:00 daily | |
workflow_dispatch: | |
jobs: | |
issue-digest: | |
runs-on: ubuntu-latest | |
# permissions: commented out to test repo | |
# issues: write | |
steps: | |
- name: Run Issue Digest Action | |
uses: nus-oss/GithubDigest@master | |
with: | |
repo: "teammates/TEAMMATES" | |
timezone: "Singapore" |