1
Step 1 - Create an Incoming Webhook Connector in your MSFT Teams channel.
Follow these instructions (pasted below) from MSFT for adding a connector to your channel. You'll need the URL you create in the next step.
2
Step 2 - Add a mariachi.yml file to your repo's workflows
name: Mariachi on: schedule: - cron: "0 13 * * *" # run every morning (time in GMT) jobs: remind: runs-on: ubuntu-latest steps: - name: Mariachi uses: ********** # request access to get Mariachi Docker with: github_token: ${{ secrets.GITHUB_TOKEN }} teams_url: ${{ secrets.TEAMS_TOKEN }} # your Teams URL from step 1 exclude_heads: release,test # optional exclude_labels: do-not-review,skip-mariachi # optional min_reviews: 3 # optional, defaults to 2
3
Step 3 - Get reminders
Send an email to beta@mariachi.app if you'd like to try it.