Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generate_batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ elif [ "$1" = "7" ]; then
./generate.sh $GITHUB_TOKEN "dominican republic" "Dominican Republic"
./generate.sh $GITHUB_TOKEN "czech republic" "Czech Republic"
./generate.sh $GITHUB_TOKEN jordan Jordan
./generate.sh $GITHUB_TOKEN palestine Palestine
./generate.sh $GITHUB_TOKEN azerbaijan Azerbaijan
./generate.sh $GITHUB_TOKEN uae UAE
./generate.sh $GITHUB_TOKEN honduras Honduras
Expand Down Expand Up @@ -147,4 +148,4 @@ else
./generate.sh $GITHUB_TOKEN ireland Ireland
./generate.sh $GITHUB_TOKEN "united states" "United States"
exit 0
fi
fi
5 changes: 5 additions & 0 deletions palestine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: location
location: palestine
mode: commits
---
5 changes: 5 additions & 0 deletions palestine_private.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: location
location: palestine
mode: all
---
5 changes: 5 additions & 0 deletions palestine_public.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: location
location: palestine
mode: contributions
---