{"id":25873131,"url":"https://github.com/codeinwp/action-pr-merged-announcer","last_synced_at":"2026-05-06T16:03:22.466Z","repository":{"id":137247068,"uuid":"361168222","full_name":"Codeinwp/action-pr-merged-announcer","owner":"Codeinwp","description":"GitHub action which creates an issue on a destination repo when a PR has been merged and the linked issue of the PR has a label that it is are following.","archived":false,"fork":false,"pushed_at":"2022-06-30T08:00:13.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-02T08:39:25.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codeinwp.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-24T13:25:16.000Z","updated_at":"2022-05-11T18:28:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2761916c-1c7b-4a2a-88fa-ae8e98ca4223","html_url":"https://github.com/Codeinwp/action-pr-merged-announcer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Codeinwp/action-pr-merged-announcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Faction-pr-merged-announcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Faction-pr-merged-announcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Faction-pr-merged-announcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Faction-pr-merged-announcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeinwp","download_url":"https://codeload.github.com/Codeinwp/action-pr-merged-announcer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Faction-pr-merged-announcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27282320,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-02T08:29:47.165Z","updated_at":"2025-11-27T16:04:48.144Z","avatar_url":"https://github.com/Codeinwp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-pr-merged-announcer\nGitHub action which creates an issue on a destination repo when a PR has been merged and the linked issue of the PR has a label that it is following.\n\n## Inputs\n\n### `subscribe_label`\n\n**Required** The name of the issue label which we should watch. Default `\"doc-needed\"`.\n\n### `destination_repo`\n\n**Required** The name of the repo where we will create the issue as `\u003cowner\u003e/\u003crepo\u003e`. Default ``.\n\n### `issue_labels`\n\n**Optional** Labels of the new issue. Default ``.\n\n### `issue_template_content`\n\n**Optional** Content of the new issue. Default `There is a new documentation request for {issue_link}. More details about it [here]({issue_link})`.\n\n### `issue_template_title`\n\n**Optional** Title of the new issue. Default `Documentation for {issue_title}`.\n\n\n## Example usage\n```yaml\non:\n  pull_request:\n    types: [closed]\n    branches:\n      - development\n\njobs:\n  pr_announcer:\n    runs-on: ubuntu-latest\n    name: Sample job\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n      - name: Checking merged commit\n        uses: Codeinwp/action-pr-merged-announcer@master\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          destination_repo: \"Codeinwp/docs\"\n          issue_labels: \"neve\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Faction-pr-merged-announcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeinwp%2Faction-pr-merged-announcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Faction-pr-merged-announcer/lists"}