Fix: Send more data to MinuteWatched to make drops progress & Unrecognized field "count_by_md" #190
Workflow file for this run
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: Auto approve sync files | |
on: | |
pull_request: | |
jobs: | |
auto-approve-synced-files: | |
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/approve-sync-files.yml@main | |
with: | |
runs-on: self-hosted | |
secrets: | |
sync-token: ${{ secrets.SYNC_TOKEN }} |