appwrite 0.3.0

Appwrite SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Auto-close External Pull Requests

on:
  pull_request_target:
    types: [opened, reopened]

jobs:
  auto_close:
    if: github.head_ref != 'dev'
    uses: appwrite/.github/.github/workflows/autoclose.yml@main
    secrets:
      GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}