Skip to content

Commit 7280862

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
# Conflicts: # README.md # lib/dart_appwrite.dart # lib/services/account.dart # lib/services/avatars.dart # lib/services/functions.dart # lib/services/users.dart # lib/src/client_browser.dart # lib/src/client_io.dart # lib/src/enums/name.dart # lib/src/enums/runtime.dart # lib/src/models/build.dart # lib/src/models/deployment.dart # lib/src/models/execution.dart # lib/src/models/function.dart # lib/src/models/runtime.dart # lib/src/models/specification.dart # lib/src/models/specification_list.dart # pubspec.yaml
2 parents f6394e7 + 9ee0e37 commit 7280862

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/autoclose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Auto-close External Pull Requests
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
auto_close:
9+
uses: appwrite/.github/.github/workflows/autoclose.yml@main
10+
secrets:
11+
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

0 commit comments

Comments
 (0)