Skip to content

fix: don't do fetchSoilDataForUser requests when offline and don't show inaccurate toast message when that request fails #57

fix: don't do fetchSoilDataForUser requests when offline and don't show inaccurate toast message when that request fails

fix: don't do fetchSoilDataForUser requests when offline and don't show inaccurate toast message when that request fails #57

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && github.ref == 'refs/heads/dependencies'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}