{"id":28265657,"url":"https://github.com/technance-foundation/github-action-telegram-notifications","last_synced_at":"2026-04-13T11:01:50.003Z","repository":{"id":290940600,"uuid":"815752647","full_name":"technance-foundation/github-action-telegram-notifications","owner":"technance-foundation","description":":octocat: GitHub Action to send Telegram notifications on pull request events","archived":false,"fork":false,"pushed_at":"2025-05-09T13:37:23.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T07:48:12.570Z","etag":null,"topics":["gh-actions","github","github-actions","pull-requests","telegram","telegram-bot","yml"],"latest_commit_sha":null,"homepage":"","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/technance-foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-16T03:35:42.000Z","updated_at":"2025-06-02T11:30:11.000Z","dependencies_parsed_at":"2025-05-01T13:44:14.327Z","dependency_job_id":"4dcaef24-abe1-490e-bd56-6352bc2b3a4e","html_url":"https://github.com/technance-foundation/github-action-telegram-notifications","commit_stats":null,"previous_names":["invexa-foundation/github-action-telegram-notifications","technance-foundation/github-action-telegram-notifications"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/technance-foundation/github-action-telegram-notifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technance-foundation%2Fgithub-action-telegram-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technance-foundation%2Fgithub-action-telegram-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technance-foundation%2Fgithub-action-telegram-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technance-foundation%2Fgithub-action-telegram-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technance-foundation","download_url":"https://codeload.github.com/technance-foundation/github-action-telegram-notifications/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technance-foundation%2Fgithub-action-telegram-notifications/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"}},"keywords":["gh-actions","github","github-actions","pull-requests","telegram","telegram-bot","yml"],"created_at":"2025-05-20T13:13:27.957Z","updated_at":"2026-04-13T11:01:49.998Z","avatar_url":"https://github.com/technance-foundation.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Notifications GH Action\n\n\u003e [!WARNING]\n\u003e\n\u003e **DEPRECATION NOTICE**\n\u003e\n\u003e This action has moved to **[technance-foundation/github-actions](https://github.com/technance-foundation/github-actions)**:\n\u003e\n\u003e -   Telegram Notifications: `technance-foundation/github-actions/.github/actions/telegram-notifications@main`\n\u003e\n\u003e The current repo will no longer receive updates.\n\n## Overview\n\nThis GitHub action can be used in any repository to send notifications to a Telegram chat. The following pull request events will trigger a notification:\n\n-   Pull request approved\n-   Changes requested on a pull request\n-   Comment added to a pull request review\n-   Pull request opened (in draft or non-draft state)\n-   Pull request marked as ready for review\n\n## Example\n\nCreate the workflow in the `.github/workflows` directory of a repository to use this action:\n\n```yml\n# telegram-notifications.yml\n\nname: Telegram notifications\n\non:\n    pull_request:\n        types: [opened, ready_for_review]\n    pull_request_review:\n        types: [submitted]\n\njobs:\n    notify:\n        runs-on: ubuntu-latest\n        steps:\n            - name: Telegram Notify\n              uses: technance-foundation/github-action-telegram-notifications@main\n              with:\n                  to: ${{ secrets.TELEGRAM_TO }}\n                  token: ${{ secrets.TELEGRAM_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnance-foundation%2Fgithub-action-telegram-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnance-foundation%2Fgithub-action-telegram-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnance-foundation%2Fgithub-action-telegram-notifications/lists"}