Upstream issue notifier #668
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: Upstream issue notifier | |
on: | |
schedule: | |
# run at 8am EST every day | |
- cron: "0 13 * * *" | |
jobs: | |
upstream-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: Kyle-Verhoog/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
IGNORE_DIRS: ddtrace/vendor |