-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from Mahmud0808/master
Merge master into fdroid
- Loading branch information
Showing
83 changed files
with
1,896 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Fetch Contributors | ||
|
||
on: | ||
pull_request: # This will run the workflow on pull request events | ||
types: | ||
- closed | ||
workflow_dispatch: # This will run the workflow on manual trigger | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
contrib-readme-job: | ||
name: Fetch and update contributors list | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Fetch contributors list | ||
uses: akhilmhdh/[email protected] | ||
with: | ||
image_size: 100 | ||
readme_path: "docs/contributors.md" | ||
collaborators: all | ||
columns_per_row: 6 | ||
commit_message: "Update contributors.md" | ||
committer_username: "Mahmud0808" | ||
committer_email: "[email protected]" | ||
pr_title_on_protected: "Update contributors list" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | ||
|
||
- name: Save contributors in assets | ||
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true | ||
run: | | ||
printf '%s\n' $(curl "https://api.github.com/repos/Mahmud0808/ColorBlendr/contributors") > ./app/src/main/assets/contributors.json | ||
- name: Commit changes and push | ||
uses: github-actions-x/[email protected] | ||
with: | ||
github-token: ${{ secrets.GH_TOKEN }} | ||
push-branch: 'master' | ||
commit-message: 'ci: update contributors.json' | ||
force-add: 'true' | ||
files: app/src/main/assets/contributors.json | ||
name: Mahmud0808 | ||
email: [email protected] | ||
rebase: 'true' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
[ | ||
{ | ||
"login": | ||
"Mahmud0808", | ||
"id": | ||
29881338, | ||
"node_id": | ||
"MDQ6VXNlcjI5ODgxMzM4", | ||
"avatar_url": | ||
"https://avatars.githubusercontent.com/u/29881338?v=4", | ||
"gravatar_id": | ||
"", | ||
"url": | ||
"https://api.github.com/users/Mahmud0808", | ||
"html_url": | ||
"https://github.com/Mahmud0808", | ||
"followers_url": | ||
"https://api.github.com/users/Mahmud0808/followers", | ||
"following_url": | ||
"https://api.github.com/users/Mahmud0808/following{/other_user}", | ||
"gists_url": | ||
"https://api.github.com/users/Mahmud0808/gists{/gist_id}", | ||
"starred_url": | ||
"https://api.github.com/users/Mahmud0808/starred{/owner}{/repo}", | ||
"subscriptions_url": | ||
"https://api.github.com/users/Mahmud0808/subscriptions", | ||
"organizations_url": | ||
"https://api.github.com/users/Mahmud0808/orgs", | ||
"repos_url": | ||
"https://api.github.com/users/Mahmud0808/repos", | ||
"events_url": | ||
"https://api.github.com/users/Mahmud0808/events{/privacy}", | ||
"received_events_url": | ||
"https://api.github.com/users/Mahmud0808/received_events", | ||
"type": | ||
"User", | ||
"user_view_type": | ||
"public", | ||
"site_admin": | ||
false, | ||
"contributions": | ||
459 | ||
}, | ||
{ | ||
"login": | ||
"crowdin-bot", | ||
"id": | ||
58779643, | ||
"node_id": | ||
"MDQ6VXNlcjU4Nzc5NjQz", | ||
"avatar_url": | ||
"https://avatars.githubusercontent.com/u/58779643?v=4", | ||
"gravatar_id": | ||
"", | ||
"url": | ||
"https://api.github.com/users/crowdin-bot", | ||
"html_url": | ||
"https://github.com/crowdin-bot", | ||
"followers_url": | ||
"https://api.github.com/users/crowdin-bot/followers", | ||
"following_url": | ||
"https://api.github.com/users/crowdin-bot/following{/other_user}", | ||
"gists_url": | ||
"https://api.github.com/users/crowdin-bot/gists{/gist_id}", | ||
"starred_url": | ||
"https://api.github.com/users/crowdin-bot/starred{/owner}{/repo}", | ||
"subscriptions_url": | ||
"https://api.github.com/users/crowdin-bot/subscriptions", | ||
"organizations_url": | ||
"https://api.github.com/users/crowdin-bot/orgs", | ||
"repos_url": | ||
"https://api.github.com/users/crowdin-bot/repos", | ||
"events_url": | ||
"https://api.github.com/users/crowdin-bot/events{/privacy}", | ||
"received_events_url": | ||
"https://api.github.com/users/crowdin-bot/received_events", | ||
"type": | ||
"User", | ||
"user_view_type": | ||
"public", | ||
"site_admin": | ||
false, | ||
"contributions": | ||
43 | ||
}, | ||
{ | ||
"login": | ||
"HiFIi", | ||
"id": | ||
7686387, | ||
"node_id": | ||
"MDQ6VXNlcjc2ODYzODc=", | ||
"avatar_url": | ||
"https://avatars.githubusercontent.com/u/7686387?v=4", | ||
"gravatar_id": | ||
"", | ||
"url": | ||
"https://api.github.com/users/HiFIi", | ||
"html_url": | ||
"https://github.com/HiFIi", | ||
"followers_url": | ||
"https://api.github.com/users/HiFIi/followers", | ||
"following_url": | ||
"https://api.github.com/users/HiFIi/following{/other_user}", | ||
"gists_url": | ||
"https://api.github.com/users/HiFIi/gists{/gist_id}", | ||
"starred_url": | ||
"https://api.github.com/users/HiFIi/starred{/owner}{/repo}", | ||
"subscriptions_url": | ||
"https://api.github.com/users/HiFIi/subscriptions", | ||
"organizations_url": | ||
"https://api.github.com/users/HiFIi/orgs", | ||
"repos_url": | ||
"https://api.github.com/users/HiFIi/repos", | ||
"events_url": | ||
"https://api.github.com/users/HiFIi/events{/privacy}", | ||
"received_events_url": | ||
"https://api.github.com/users/HiFIi/received_events", | ||
"type": | ||
"User", | ||
"user_view_type": | ||
"public", | ||
"site_admin": | ||
false, | ||
"contributions": | ||
2 | ||
}, | ||
{ | ||
"login": | ||
"yurtpage", | ||
"id": | ||
155876573, | ||
"node_id": | ||
"U_kgDOCUp83Q", | ||
"avatar_url": | ||
"https://avatars.githubusercontent.com/u/155876573?v=4", | ||
"gravatar_id": | ||
"", | ||
"url": | ||
"https://api.github.com/users/yurtpage", | ||
"html_url": | ||
"https://github.com/yurtpage", | ||
"followers_url": | ||
"https://api.github.com/users/yurtpage/followers", | ||
"following_url": | ||
"https://api.github.com/users/yurtpage/following{/other_user}", | ||
"gists_url": | ||
"https://api.github.com/users/yurtpage/gists{/gist_id}", | ||
"starred_url": | ||
"https://api.github.com/users/yurtpage/starred{/owner}{/repo}", | ||
"subscriptions_url": | ||
"https://api.github.com/users/yurtpage/subscriptions", | ||
"organizations_url": | ||
"https://api.github.com/users/yurtpage/orgs", | ||
"repos_url": | ||
"https://api.github.com/users/yurtpage/repos", | ||
"events_url": | ||
"https://api.github.com/users/yurtpage/events{/privacy}", | ||
"received_events_url": | ||
"https://api.github.com/users/yurtpage/received_events", | ||
"type": | ||
"User", | ||
"user_view_type": | ||
"public", | ||
"site_admin": | ||
false, | ||
"contributions": | ||
1 | ||
} | ||
] |
Oops, something went wrong.