{"id":50492473,"url":"https://github.com/tomdewildt/request-info","last_synced_at":"2026-06-02T04:01:29.077Z","repository":{"id":359130409,"uuid":"1237515949","full_name":"tomdewildt/request-info","owner":"tomdewildt","description":"GitHub Action that comments on issues and pull requests when they use the default title or body, requesting more info","archived":false,"fork":false,"pushed_at":"2026-05-29T11:03:57.000Z","size":610,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-29T13:05:20.505Z","etag":null,"topics":["actions","github-actions","issues","node","pull-requests","typescript"],"latest_commit_sha":null,"homepage":"","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/tomdewildt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T08:54:31.000Z","updated_at":"2026-05-29T11:04:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tomdewildt/request-info","commit_stats":null,"previous_names":["tomdewildt/request-info"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tomdewildt/request-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Frequest-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Frequest-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Frequest-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Frequest-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomdewildt","download_url":"https://codeload.github.com/tomdewildt/request-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Frequest-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33805341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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","github-actions","issues","node","pull-requests","typescript"],"created_at":"2026-06-02T04:01:28.327Z","updated_at":"2026-06-02T04:01:29.071Z","avatar_url":"https://github.com/tomdewildt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Request Info\n\n[![Version](https://img.shields.io/github/v/release/tomdewildt/request-info?label=version)](https://github.com/tomdewildt/request-info/releases)\n[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/request-info/ci.yml?branch=master)](https://github.com/tomdewildt/request-info/actions/workflows/ci.yml)\n[![Release](https://img.shields.io/github/actions/workflow/status/tomdewildt/request-info/cd.yml?label=release)](https://github.com/tomdewildt/request-info/actions/workflows/cd.yml)\n[![License](https://img.shields.io/github/license/tomdewildt/request-info)](https://github.com/tomdewildt/request-info/blob/master/LICENSE)\n\nA GitHub Action that flags issues and pull requests with missing or low-effort metadata, posts a single comment asking for more detail, and applies a configurable label.\n\n# How To Run\n\nPrerequisites:\n\n- mise version `2025.1.0` or later\n- node version `24.0.0` or later\n\n### Development\n\n1. Run `mise run init` to initialize the environment.\n2. Run `mise run build` to bundle the action into `dist/index.js`.\n\n# How To Use\n\n```yaml\nname: triage\non:\n  issues:\n    types: [opened, edited]\n  pull_request_target:\n    types: [opened, edited, synchronize]\n\npermissions:\n  issues: write\n  pull-requests: write\n\njobs:\n  request-info:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: tomdewildt/request-info@v1\n        with:\n          label: need-more-info\n```\n\n# Inputs\n\n| Input              | Required | Default                        | Description                                                                       |\n| ------------------ | -------- | ------------------------------ | --------------------------------------------------------------------------------- |\n| `repo-token`       | no       | `${{ github.token }}`          | Token with `issues: write` and `pull-requests: write`.                            |\n| `label`            | no       | `need-more-info`               | Label applied when the issue or pull request is flagged.                          |\n| `message`          | no       | see `action.yml`               | Comment posted when flagged. Set to empty string to skip commenting.              |\n| `marker`           | no       | `\u003c!-- request-info-action --\u003e` | HTML comment used for dedupe across re-runs.                                      |\n| `default-titles`   | no       | `update, updates, ...`         | Newline- or comma-separated list of placeholder titles to flag. Case-insensitive. |\n| `min-title-length` | no       | `8`                            | Minimum title length. Titles shorter than this are flagged.                       |\n| `match-templates`  | no       | `true`                         | When enabled, flag bodies that match an unfilled issue or pull-request template.  |\n\n# Outputs\n\n| Output    | Description                                                        |\n| --------- | ------------------------------------------------------------------ |\n| `flagged` | `\"true\"` or `\"false\"` so downstream steps can branch.              |\n| `reason`  | `\"title\"`, `\"body\"`, `\"title_and_body\"`, or `null` when not flagged. |\n\n# References\n\n[GitHub Actions Toolkit Docs](https://github.com/actions/toolkit)\n\n[Creating a JavaScript Action Docs](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-javascript-action)\n\n[Vite Docs](https://vite.dev/)\n\n[Vitest Docs](https://vitest.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Frequest-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdewildt%2Frequest-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Frequest-info/lists"}