Github Actions that reports all Pull Requests merged yesterday with indicators.
uses: MichinaoShimizu/yesterday-merged-prs@v2
name: Yesterday Mereged PRs
on:
workflow_dispatch: {}
jobs:
reporting:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- uses: MichinaoShimizu/yesterday-merged-prs@v2