mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-06-06 19:28:02 +00:00
c73ed48e6d
Made-with: Cursor
12 lines
264 B
YAML
12 lines
264 B
YAML
name: Auto-close External Pull Requests
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, reopened]
|
|
|
|
jobs:
|
|
auto_close:
|
|
uses: appwrite/.github/.github/workflows/autoclose.yml@main
|
|
secrets:
|
|
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}
|