Sweep: When tracking donation, update fund with condition to check expected current fund total amount to avoid race conditions (✓ Sandbox Passed) #281
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 PRs by dependabot | |
# Trigger the workflow on pull request | |
on: pull_request_target | |
jobs: | |
autoapprove: | |
name: Auto-Approve a PR by dependabot | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto approve | |
uses: cognitedata/auto-approve-dependabot-action@v3.0.1 | |
if: github.actor == 'dependabot[bot]' | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |