{"id":23311924,"url":"https://github.com/bicstone/backlog-notify","last_synced_at":"2025-08-22T13:30:56.702Z","repository":{"id":36257347,"uuid":"221935514","full_name":"bicstone/backlog-notify","owner":"bicstone","description":"GitHub 上のプッシュとプルリクエストを Backlog 課題に連携する GitHub Action です。","archived":false,"fork":false,"pushed_at":"2024-04-28T19:25:41.000Z","size":2593,"stargazers_count":70,"open_issues_count":4,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T17:11:47.896Z","etag":null,"topics":["actions","backlog","github-actions","hacktoberfest","nulab","nulab-backlog"],"latest_commit_sha":null,"homepage":"https://bicstone.me/backlog-notify-v4","language":"TypeScript","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/bicstone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"bicstone","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":null}},"created_at":"2019-11-15T14:02:13.000Z","updated_at":"2024-05-04T15:56:58.698Z","dependencies_parsed_at":"2023-10-01T17:08:27.445Z","dependency_job_id":"2b19e4da-349d-4bac-abf8-11d276f46c31","html_url":"https://github.com/bicstone/backlog-notify","commit_stats":{"total_commits":110,"total_committers":14,"mean_commits":7.857142857142857,"dds":0.3363636363636363,"last_synced_commit":"fef8b5edef34f8a3f8a136f0c391ad295a74bbaf"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicstone%2Fbacklog-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicstone%2Fbacklog-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicstone%2Fbacklog-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicstone%2Fbacklog-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bicstone","download_url":"https://codeload.github.com/bicstone/backlog-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230596266,"owners_count":18250855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","backlog","github-actions","hacktoberfest","nulab","nulab-backlog"],"created_at":"2024-12-20T14:17:20.310Z","updated_at":"2024-12-20T14:17:20.922Z","avatar_url":"https://github.com/bicstone.png","language":"TypeScript","funding_links":["https://github.com/sponsors/bicstone"],"categories":[],"sub_categories":[],"readme":"# Backlog Notify\n\n[![GitHub Actions による CI check の結果](https://github.com/bicstone/backlog-notify/actions/workflows/test.yml/badge.svg)](https://github.com/bicstone/backlog-notify/actions/workflows/ci.yml)\n[![FOSSA によるライセンス分析の結果](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbicstone%2Fbacklog-notify.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbicstone%2Fbacklog-notify?ref=badge_shield)\n[![Sonar Cloud による静的解析の結果](https://sonarcloud.io/api/project_badges/measure?project=bicstone_backlog-notify\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=bicstone_backlog-notify)\n[![Deep Source による静的解析の結果](https://deepsource.io/gh/bicstone/backlog-notify.svg/?label=active+issues\u0026token=iPw2LS4cY5EQQH_JiN72YOr2)](https://deepsource.io/gh/bicstone/backlog-notify/?ref=repository-badge)\n[![codecov によるテストカバレッジの結果](https://codecov.io/gh/bicstone/backlog-notify/branch/master/graph/badge.svg?token=QRLLFDZD15)](https://codecov.io/gh/bicstone/backlog-notify)\n\nNotify commit messages to [Backlog.com](https://backlog.com/) issue.\n\nGitHub 上のプッシュとプルリクエストを Backlog 課題に連携する GitHub Action です。キーワードによる課題の状態変更も可能です。\n\n個人が開発した Action です。ヌーラボ様へのお問い合わせはご遠慮ください。\n\n## 機能\n\n### プッシュ\n\n![Backlog Notifyの動作をイメージした図。GitHub にプッシュすると Backlog にコミット情報のコメントがされる](./docs/readme_images/backlog-notify-push.png)\n\nコミットメッセージの中に課題番号 (例: `PROJECT-123` ) がある場合は、その課題にコミットログに関するコメントを送信します。課題キーは先頭にある 1 つのみ認識します。\n\n```plan\nPROJECT-123 不具合修正\n```\n\nまた、キーワードがある場合は、プッシュされたタイミングで課題ステータスを変更します。キーワードは末尾にある 1 つのみ認識します。\n\n- `#fix` `#fixes` `#fixed` のどれかで処理済み\n- `#close` `#closes` `#closed` のどれかで完了\n\n```plan\nPROJECT-123 不具合修正 #fix\n```\n\n※ 大量にプッシュするとそのまま投稿され、 Backlog に負荷がかかるのでご注意ください。\n\n### プルリクエスト\n\n![Backlog Notifyの動作をイメージした図。GitHub にプルリクエストを作成すると Backlog にプルリクエスト情報のコメントがされる](./docs/readme_images/backlog-notify-pull-request.png)\n\nプルリクエストのタイトルの中に課題番号 (例: `PROJECT-123` ) がある場合は、その課題にプルリクエストに関するコメントを送信します。課題キーは先頭にある 1 つのみ認識します。\n\n```plan\nPROJECT-123 不具合修正\n```\n\nまた、キーワードがある場合は、マージされたタイミングで課題ステータスを変更します。キーワードは末尾にある 1 つのみ認識します。\n\n- `#fix` `#fixes` `#fixed` のどれかで処理済み\n- `#close` `#closes` `#closed` のどれかで完了\n\n```plan\nPROJECT-123 不具合修正 #fix\n```\n\n※ プルリクエストが Draft の状態である場合はコメント送信・ステータス操作をしません。  \n※ タイトルを変更した場合の通知は今のところ対応していません(対応予定)。Close → タイトルを変更 → Reopen を行うと通知されます。\n\n## 設定方法\n\n### Backlog API キーの取得\n\n1. Backlog のプロジェクトに移動します。\n1. プロジェクト設定 → 参加ユーザー → 新しいユーザの追加はこちらから を選択します。\n1. クラシックプランの場合は `一般ユーザ` 、新プランの場合は `ゲスト` を選択します。\n1. 登録します。\n1. 登録した BOT アカウントにログインします。\n1. 個人設定 → API → 登録 で API キーを発行します。\n\n### API キーを GitHub に登録\n\n1. GitHub のリポジトリページに移動します。\n1. Setting → Secrets → Add a new secret を選択します。\n1. Name は `BACKLOG_API_KEY` とし、 Value に API キーをそのまま貼り付けます。\n1. 登録します。\n\n### collaborator による workflow の実行を制限\n\nプライベートリポジトリの場合は下記の操作を行う必要はありません。  \nパブリックリポジトリの場合は、collaborator からの workflow の実行を制限してください。\n\n1. Setting → Actions → Fork pull request workflows from outside collaborators を開きます。\n1. `Require approval for all outside collaborators` を選択します。\n\n### Workflow の作成\n\nGitHub Actions workflow を作成します (例: `.github/workflows/backlog-notify.yml` )。\n\n```yaml\nname: Backlog Notify\n\non:\n  push:\n  pull_request:\n    types:\n      - opened\n      - reopened\n      - ready_for_review\n      - closed\n\njobs:\n  notify:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Backlog Notify\n        uses: bicstone/backlog-notify@v5\n        with:\n          project_key: PROJECT_KEY\n          api_host: example.backlog.jp\n          api_key: ${{ secrets.BACKLOG_API_KEY }}\n```\n\n## 高度な設定\n\n[Workflow syntax for GitHub Actions - GitHub Docs](https://docs.github.com/ja/actions/using-workflows/workflow-syntax-for-github-actions#on) を参照に実行する条件を制御することができます。\nまた、コメントのフォーマットや、メッセージを解析する際の正規表現などをカスタマイズすることもできます。\n\n```yaml\nname: Backlog Notify\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    types:\n      - opened\n      - reopened\n      - ready_for_review\n      - closed\n    branches:\n      - releases/**\n\njobs:\n  notify:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Backlog Notify\n        uses: bicstone/backlog-notify@v5\n        with:\n          # 必須設定 (The following are required settings)\n          project_key: PROJECT_KEY\n          api_host: example.backlog.jp\n          api_key: ${{ secrets.BACKLOG_API_KEY }}\n\n          # 任意設定 (The following are optional settings)\n          fix_keywords: |-\n            #fix\n            #fixes\n            #fixed\n          close_keywords: |-\n            #close\n            #closes\n            #closed\n          push_comment_template: |-\n            \u003c%= commits[0].author.name %\u003eさんが[\u003c%= ref.name %\u003e](\u003c%= ref.url %\u003e)にプッシュしました\n            \u003c% commits.forEach(commit=\u003e{ %\u003e\n            + [\u003c%= commit.comment %\u003e](\u003c%= commit.url %\u003e) (\u003c% print(commit.id.slice(0, 7)) %\u003e)\u003c% }); %\u003e\n          pr_opened_comment_template: |-\n            \u003c%= sender.login %\u003eさんがプルリクエストを作成しました\n\n            + [\u003c%= title %\u003e](\u003c%= pr.html_url %\u003e) (#\u003c%= pr.number %\u003e)\n          pr_reopened_comment_template: |-\n            \u003c%= sender.login %\u003eさんがプルリクエストを作成しました\n\n            + [\u003c%= title %\u003e](\u003c%= pr.html_url %\u003e) (#\u003c%= pr.number %\u003e)\n          pr_ready_for_review_comment_template: |-\n            \u003c%= sender.login %\u003eさんがプルリクエストを作成しました\n\n            + [\u003c%= title %\u003e](\u003c%= pr.html_url %\u003e) (#\u003c%= pr.number %\u003e)\n          pr_closed_comment_template: |-\n            \u003c%= sender.login %\u003eさんがプルリクエストをクローズしました\n\n            + [\u003c%= title %\u003e](\u003c%= pr.html_url %\u003e) (#\u003c%= pr.number %\u003e)\n          pr_merged_comment_template: |-\n            \u003c%= sender.login %\u003eさんがプルリクエストをマージしました\n\n            + [\u003c%= title %\u003e](\u003c%= pr.html_url %\u003e) (#\u003c%= pr.number %\u003e)\n          commit_message_reg_template: \"\\\n            ^\\\n            (\u003c%= projectKey %\u003e\\\\-\\\\d+)\\\\s?\\\n            (.*?)?\\\\s?\\\n            (\u003c% print(fixKeywords.join('|')) %\u003e|\u003c% print(closeKeywords.join('|')) %\u003e)?\\\n            $\\\n            \"\n          pr_title_reg_template: \"\\\n            ^\\\n            (\u003c%= projectKey %\u003e\\\\-\\\\d+)\\\\s?\\\n            (.*?)?\\\\s?\\\n            (\u003c% print(fixKeywords.join('|')) %\u003e|\u003c% print(closeKeywords.join('|')) %\u003e)?\\\n            $\\\n            \"\n          fix_status_id: 3\n          close_status_id: 4\n```\n\n### 設定一覧\n\n| 設定名                                 | 説明                                     |\n| -------------------------------------- | ---------------------------------------- |\n| `project_key`                          | Backlog プロジェクトキー (必須)          |\n| `api_host`                             | Backlog のホスト (必須)                  |\n| `api_key`                              | Backlog API キー (必須)                  |\n| `fix_keywords`                         | 処理済みにするキーワード                 |\n| `close_keywords`                       | 完了にするキーワード                     |\n| `push_comment_template`                | プッシュ時のコメント雛形                 |\n| `pr_opened_comment_template`           | プルリクエストオープン時のコメント雛形   |\n| `pr_reopened_comment_template`         | プルリクエスト再オープン時のコメント雛形 |\n| `pr_ready_for_review_comment_template` | プルリクエスト下書き解除時のコメント雛形 |\n| `pr_closed_comment_template`           | プルリクエストクローズ時のコメント雛形   |\n| `pr_merged_comment_template`           | プルリクエストマージ時のコメント雛形     |\n| `commit_message_reg_template`          | コミットメッセージ解析の正規表現雛形     |\n| `pr_title_reg_template`                | プルリクエストタイトル解析の正規表現雛形 |\n| `fix_status_id`                        | 処理済みの 状態 ID                       |\n| `close_status_id`                      | 完了の 状態 ID                           |\n\n#### `push_comment_template`\n\nプッシュ時のコメントの雛形を変更できます。  \n構文については [lodash/template](https://lodash.com/docs/4.17.15#template) をご参照ください。\n\n\u003cdetails\u003e\n\n\u003csummary\u003e使用可能な変数\u003c/summary\u003e\n\n| 変数名    | 型             |\n| --------- | -------------- |\n| `commits` | ParsedCommit[] |\n| `ref`     | ParsedRef      |\n\nParsedCommit\n\n| 変数名      | 型        |\n| ----------- | --------- |\n| `id`        | string    |\n| `tree_id`   | string    |\n| `distinct`  | boolean   |\n| `message`   | string    |\n| `timestamp` | string    |\n| `url`       | string    |\n| `author`    | Committer |\n| `committer` | Committer |\n| `added`     | string[]  |\n| `modified`  | string[]  |\n| `removed`   | string[]  |\n| `issueKey`  | string    |\n| `comment`   | string    |\n| `keywords`  | string    |\n| `isFix`     | boolean   |\n| `isClose`   | boolean   |\n\nParsedRef\n\n| 変数名 | 型     |\n| ------ | ------ |\n| `name` | string |\n| `url`  | string |\n\nCommitter\n\n| 変数名     | 型                      |\n| ---------- | ----------------------- |\n| `name`     | string                  |\n| `email`    | string \u0026#124; null      |\n| `date`     | string \u0026#124; undefined |\n| `username` | string \u0026#124; undefined |\n\n\u003c/details\u003e\n\n#### `pr_*_comment_template`\n\nプルリクエストイベントのコメントの雛形を変更できます。  \n構文については [lodash/template](https://lodash.com/docs/4.17.15#template) をご参照ください。\n\n\u003cdetails\u003e\n\n\u003csummary\u003e使用可能な変数\u003c/summary\u003e\n\n| 変数名     | 型                                                                      |\n| ---------- | ----------------------------------------------------------------------- |\n| `pr`       | PullRequest                                                             |\n| `action`   | \"opened\" \u0026#124; \"reopened\" \u0026#124; \"ready_for_review\" \u0026#124; \"closed\" ※1 |\n| `sender`   | User                                                                    |\n| `issueKey` | string                                                                  |\n| `title`    | string ※2                                                               |\n| `keywords` | string                                                                  |\n| `isFix`    | boolean                                                                 |\n| `isClose`  | boolean                                                                 |\n\n※1 マージとクローズは共に `\"closed\"` となります。マージかどうか判別したい場合は `pr.merged` を参照ください。  \n※2 課題キーとキーワードを除いたタイトルです。加工前のタイトルは `pr.title` を参照ください。\n\nPullRequest\n\n[Get a pull request - GitHub Docs](https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request) の Response schema をご参照ください。\n\nUser\n\n[Get the authenticated user - GitHub Docs](https://docs.github.com/en/rest/users/users#get-the-authenticated-user) の Response schema をご参照ください。\n\n\u003c/details\u003e\n\n#### `commit_message_reg_template`\n\nコミットメッセージ解析の正規表現雛形を変更できます。  \n構文については [lodash/template](https://lodash.com/docs/4.17.15#template) をご参照ください。\n\n\u003cdetails\u003e\n\n\u003csummary\u003e使用可能な変数\u003c/summary\u003e\n\n| 変数名          | 型       |\n| --------------- | -------- |\n| `projectKey`    | string   |\n| `fixKeywords`   | string[] |\n| `closeKeywords` | string[] |\n\n\u003c/details\u003e\n\n#### `pr_title_reg_template`\n\nプルリクエストタイトル解析の正規表現雛形を変更できます。  \n構文については [lodash/template](https://lodash.com/docs/4.17.15#template) をご参照ください。\n\n\u003cdetails\u003e\n\n\u003csummary\u003e使用可能な変数\u003c/summary\u003e\n\n| 変数名          | 型       |\n| --------------- | -------- |\n| `projectKey`    | string   |\n| `fixKeywords`   | string[] |\n| `closeKeywords` | string[] |\n\n\u003c/details\u003e\n\n## よくある質問と回答\n\n- 何をプッシュしても実行に失敗し、ログに 401 エラーとある  \n  API キーが誤っている可能性があります。\n\n- プロジェクトキーと課題キーが正しいのに実行に失敗し、ログに 404 エラーとある  \n  該当 API キーのユーザーがプロジェクトに参加していない可能性があります。\n\n## 貢献\n\nコントリビューターの皆様に感謝いたします。\n\nThanks goes to these contributors.\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://bicstone.me/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/47806818?v=4?s=100\" width=\"100px;\" alt=\"Oishi Takanori\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOishi Takanori\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-bicstone\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/bicstone/backlog-notify/commits?author=bicstone\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-bicstone\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#question-bicstone\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/bicstone/backlog-notify/commits?author=bicstone\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/bicstone/backlog-notify/pulls?q=is%3Apr+reviewed-by%3Abicstone\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/stmon19\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1284496?v=4?s=100\" width=\"100px;\" alt=\"takeshi.kondo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etakeshi.kondo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bicstone/backlog-notify/issues?q=author%3Astmon19\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/bicstone/backlog-notify/commits?author=stmon19\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"http://suzuken.hatenablog.jp/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/491428?v=4?s=100\" width=\"100px;\" alt=\"Kenta SUZUKI\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKenta SUZUKI\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/bicstone/backlog-notify/commits?author=suzuken\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/_mantaroh_\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3241026?v=4?s=100\" width=\"100px;\" alt=\"mantaroh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emantaroh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-mantaroh\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hynjnk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38238305?v=4?s=100\" width=\"100px;\" alt=\"Hyunjoon KIM\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHyunjoon KIM\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-hynjnk\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/bicstone/backlog-notify/commits?author=hynjnk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/shuyahonda\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1390857?v=4?s=100\" width=\"100px;\" alt=\"Shuya Honda\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShuya Honda\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-shuyahonda\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n貢献はいつでも大歓迎です。事前に [CONTRIBUTING.md](CONTRIBUTING.md) をご確認ください。\n\nContributions of any kind welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## ライセンス\n\nMIT License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbicstone%2Fbacklog-notify.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbicstone%2Fbacklog-notify?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbicstone%2Fbacklog-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbicstone%2Fbacklog-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbicstone%2Fbacklog-notify/lists"}