appwrite 0.3.0

Appwrite SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
name: Mark stale issues

on:
  schedule:
    - cron: "0 0 * * *"  # Midnight Runtime

jobs:
  stale:
    uses: appwrite/.github/.github/workflows/stale.yml@main