{"id":16773902,"url":"https://github.com/wayou/turn-issues-to-posts-action","last_synced_at":"2025-10-13T18:24:33.810Z","repository":{"id":65162299,"uuid":"306369166","full_name":"wayou/turn-issues-to-posts-action","owner":"wayou","description":"Github action which turns issues into markdown files","archived":false,"fork":false,"pushed_at":"2020-12-27T03:21:46.000Z","size":16,"stargazers_count":9,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T18:24:33.616Z","etag":null,"topics":["actions","blog","issues","posts","static"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-22T14:47:44.000Z","updated_at":"2023-12-27T13:59:48.000Z","dependencies_parsed_at":"2023-01-05T05:03:14.177Z","dependency_job_id":null,"html_url":"https://github.com/wayou/turn-issues-to-posts-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/wayou/turn-issues-to-posts-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fturn-issues-to-posts-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fturn-issues-to-posts-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fturn-issues-to-posts-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fturn-issues-to-posts-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayou","download_url":"https://codeload.github.com/wayou/turn-issues-to-posts-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayou%2Fturn-issues-to-posts-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016582,"owners_count":26085850,"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-10-13T02:00:06.723Z","response_time":61,"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":["actions","blog","issues","posts","static"],"created_at":"2024-10-13T06:47:22.084Z","updated_at":"2025-10-13T18:24:33.787Z","avatar_url":"https://github.com/wayou.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# turn-issues-to-posts-action\n\nGithub action which turn issues into post markdown files\n\n## Usage\n\nadd `.github/workflows/main.yml` with following content:\n\n```yaml\nname: generate my blog posts\non:\n  issues:\n    types: [opened, edited]\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: wayou/turn-issues-to-posts-action@v1.2.5\n        with:\n          branch: \"master\" # default to master\n          dir: \"_posts\" # default to _posts\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          created_at: ${{ github.event.issue.created_at }}\n          title: ${{ github.event.issue.title }}\n          body: ${{ github.event.issue.body }}\n          actor: ${{ github.actor }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayou%2Fturn-issues-to-posts-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayou%2Fturn-issues-to-posts-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayou%2Fturn-issues-to-posts-action/lists"}