{"id":7743954,"name":"tlylt/coded-clique","ecosystem":"actions","description":"Coded Clique","homepage":"https://github.com/marketplace/actions/coded-clique","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/tlylt/coded-clique","keywords_array":["github","github-actions"],"namespace":"tlylt","versions_count":3,"first_release_published_at":"2023-04-30T08:55:14.000Z","latest_release_published_at":"2023-05-06T10:07:04.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-06-05T02:47:48.796Z","created_at":"2023-05-17T08:45:39.413Z","updated_at":"2026-06-05T02:47:48.796Z","registry_url":"https://github.com/tlylt/coded-clique","install_command":null,"documentation_url":null,"metadata":{"name":"Coded Clique","description":"Coded Clique","branding":{"icon":"target","color":"purple"},"inputs":{"token":{"description":"GITHUB_TOKEN","required":true},"encoding":{"description":"The encoding method to use: \"base64\" or \"question\". Default is \"base64\".","required":false,"default":"base64"}},"runs":{"using":"composite","steps":[{"name":"Get body based on event type","id":"get-body","run":"if [ \"${{ github.event_name }}\" == \"issues\" ]; then\n  echo 'body\u003c\u003cEOF' \u003e\u003e $GITHUB_OUTPUT\n  echo ${{ github.event.issue.updated_at }}  \u003e\u003e $GITHUB_OUTPUT\n  echo 'EOF' \u003e\u003e $GITHUB_OUTPUT\nelif [ \"${{ github.event_name }}\" == \"issue_comment\" ]; then\n  echo 'body\u003c\u003cEOF' \u003e\u003e $GITHUB_OUTPUT\n  echo ${{ github.event.comment.updated_at }}  \u003e\u003e $GITHUB_OUTPUT\n  echo 'EOF' \u003e\u003e $GITHUB_OUTPUT\nelse\n  echo \"Unsupported event type: ${{ github.event_name }}\"\n  exit 1\nfi\n","shell":"bash"},{"name":"Encode body","id":"encode-body","run":"if [ \"${{ inputs.encoding }}\" == \"base64\" ]; then\n  echo \"body=$(echo -n \"${{ steps.get-body.outputs.body }}\" | base64 --wrap=0)\" \u003e\u003e $GITHUB_OUTPUT\nelif [ \"${{ inputs.encoding }}\" == \"question\" ]; then\n  # Define an array of conversation starters\n  sentences=(\"So, what have you been up to lately?\" \"Do you have any plans for the weekend?\" \"What do you like to do in your free time?\" \"Have you seen any good movies or TV shows lately?\" \"What kind of music do you like?\" \"Have you traveled anywhere interesting recently?\" \"What is your favorite book or author?\" \"Do you have any pets?\" \"What is your favorite thing about your job/school/hobby?\" \"What do you like to do for fun?\")\n\n  # Get a random index from the array\n  random_index=$(( RANDOM % ${#sentences[@]} ))\n\n  # Get the sentence at the random index\n  random_sentence=${sentences[$random_index]}\n  echo \"body=$random_sentence\" \u003e\u003e $GITHUB_OUTPUT\nelse\n  echo \"Invalid encoding method specified: ${{ inputs.encoding }}\"\n  exit 1\nfi\n","shell":"bash"},{"name":"Update Issue Content","uses":"actions-cool/issues-helper@v2","with":{"actions":"update-issue","token":"${{ inputs.token }}","issue-number":"${{ github.event.issue.number }}","body":"\u003cdetails\u003e\n\u003csummary\u003e${{ steps.encode-body.outputs.body }}\n\n█▀▀ █▀█ █▀▄ █▀▀ █▀▄   █▀▀ █░░ █ █▀█ █░█ █▀▀\n█▄▄ █▄█ █▄▀ ██▄ █▄▀   █▄▄ █▄▄ █ ▀▀█ █▄█ ██▄\n\u003c/summary\u003e\n\n---\n\n${{ github.event.issue.body }}\n\n\u003c/details\u003e\n"},"if":"github.event_name == 'issues'"},{"name":"Update Comment Content","uses":"actions-cool/issues-helper@v2","with":{"actions":"update-comment","token":"${{ inputs.token }}","comment-id":"${{ github.event.comment.id }}","body":"\u003cdetails\u003e\n\u003csummary\u003e ${{ steps.encode-body.outputs.body }}\n\n█▀▀ █▀█ █▀▄ █▀▀ █▀▄   █▀▀ █░░ █ █▀█ █░█ █▀▀\n█▄▄ █▄█ █▄▀ ██▄ █▄▀   █▄▄ █▄▄ █ ▀▀█ █▄█ ██▄\n\u003c/summary\u003e\n\n---\n\n${{ github.event.comment.body }}\n\n\u003c/details\u003e\n"},"if":"github.event_name == 'issue_comment'"}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"634157911","full_name":"tlylt/coded-clique","owner":"tlylt","description":"Hide your issue/comment content from the prying eyes of a casual visitor","archived":false,"fork":false,"pushed_at":"2023-05-06T10:19:55.000Z","size":46,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-14T08:41:38.963Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/coded-clique","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlylt.png","metadata":{},"created_at":"2023-04-29T08:22:18.000Z","updated_at":"2023-04-30T09:06:31.000Z","dependencies_parsed_at":"2023-07-21T09:00:55.269Z","dependency_job_id":null,"html_url":"https://github.com/tlylt/coded-clique","commit_stats":null,"previous_names":[],"tags_count":3,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlylt","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":152927010,"owners_count":7127450,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tlylt","name":"Liu Yongliang","uuid":"41845017","kind":"user","description":"Nothing is as important as you think it is when you are thinking about it.","email":"","website":"yongliangliu.com","location":"Singapore","twitter":"_tlylt_","company":null,"icon_url":"https://avatars.githubusercontent.com/u/41845017?u=104bfafaaf40389b236e9506f563a55b387c29bf\u0026v=4","repositories_count":29,"last_synced_at":"2023-03-04T17:03:54.863Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/tlylt","created_at":"2022-11-14T21:24:07.648Z","updated_at":"2023-03-04T17:03:55.023Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlylt","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlylt/repositories"},"tags":[{"name":"v1.0.1","sha":"ad1e38c554275b5ba5f7ce1cc738c87d366d7e5f","kind":"commit","published_at":"2023-05-06T10:07:04.000Z","download_url":"https://codeload.github.com/tlylt/coded-clique/tar.gz/v1.0.1","html_url":"https://github.com/tlylt/coded-clique/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-02T00:53:09.769Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"c062e4a2e4783724e140e5f970829c1330ee1226","kind":"commit","published_at":"2023-04-30T08:55:14.000Z","download_url":"https://codeload.github.com/tlylt/coded-clique/tar.gz/v1.0.0","html_url":"https://github.com/tlylt/coded-clique/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T00:53:09.847Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1.0.0/manifests"},{"name":"v1","sha":"c062e4a2e4783724e140e5f970829c1330ee1226","kind":"commit","published_at":"2023-04-30T08:55:14.000Z","download_url":"https://codeload.github.com/tlylt/coded-clique/tar.gz/v1","html_url":"https://github.com/tlylt/coded-clique/releases/tag/v1","dependencies_parsed_at":"2023-06-02T00:53:10.626Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags/v1/manifests"}]},"repo_metadata_updated_at":"2023-08-15T15:15:50.318Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.788464585644114,"dependent_packages_count":0.0,"stargazers_count":48.334653779115826,"forks_count":35.1386468071621,"docker_downloads_count":null,"average":27.06544129298051},"purl":"pkg:githubactions/tlylt/coded-clique","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/tlylt/coded-clique","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/tlylt/coded-clique","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/tlylt/coded-clique/dependencies","status":null,"funding_links":["https://github.com/sponsors/tlylt"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/tlylt%2Fcoded-clique/codemeta","maintainers":[]}