{"id":50962023,"url":"https://github.com/tomdewildt/first-interaction","last_synced_at":"2026-06-18T15:02:12.386Z","repository":{"id":364107081,"uuid":"1264868912","full_name":"tomdewildt/first-interaction","owner":"tomdewildt","description":"GitHub Action that welcomes new contributors when they open their first pull request or issue","archived":false,"fork":false,"pushed_at":"2026-06-11T16:10:47.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-11T18:08:42.112Z","etag":null,"topics":["actions","first-contribution","github-actions","node","typescript","welcome"],"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/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-06-10T08:52:16.000Z","updated_at":"2026-06-11T16:10:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tomdewildt/first-interaction","commit_stats":null,"previous_names":["tomdewildt/first-interaction"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tomdewildt/first-interaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Ffirst-interaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Ffirst-interaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Ffirst-interaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Ffirst-interaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomdewildt","download_url":"https://codeload.github.com/tomdewildt/first-interaction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Ffirst-interaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34495380,"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-18T02:00:06.871Z","response_time":128,"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","first-contribution","github-actions","node","typescript","welcome"],"created_at":"2026-06-18T15:02:07.398Z","updated_at":"2026-06-18T15:02:12.378Z","avatar_url":"https://github.com/tomdewildt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# First Interaction\n\n[![Version](https://img.shields.io/github/v/release/tomdewildt/first-interaction?label=version)](https://github.com/tomdewildt/first-interaction/releases)\n[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/first-interaction/ci.yml?branch=master)](https://github.com/tomdewildt/first-interaction/actions/workflows/ci.yml)\n[![Release](https://img.shields.io/github/actions/workflow/status/tomdewildt/first-interaction/cd.yml?label=release)](https://github.com/tomdewildt/first-interaction/actions/workflows/cd.yml)\n[![License](https://img.shields.io/github/license/tomdewildt/first-interaction)](https://github.com/tomdewildt/first-interaction/blob/master/LICENSE)\n\nA GitHub Action that welcomes new contributors when they open their first issue or pull request on a repository.\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]\n  pull_request_target:\n    types: [opened]\n\npermissions:\n  issues: write\n  pull-requests: write\n\njobs:\n  first-interaction:\n    if: github.event.action == 'opened' \u0026\u0026 github.event.sender.type != 'Bot'\n    runs-on: ubuntu-latest\n    steps:\n      - uses: tomdewildt/first-interaction@v1\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| `issue-message` | no       | see `action.yml`      | Comment to post on an individual's first issue.          |\n| `pr-message`    | no       | see `action.yml`      | Comment to post on an individual's first pull request.   |\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%2Ffirst-interaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdewildt%2Ffirst-interaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Ffirst-interaction/lists"}