{"id":29419888,"url":"https://github.com/bytecodealliance/label-messager-action","last_synced_at":"2025-07-12T01:13:20.322Z","repository":{"id":66007999,"uuid":"459361196","full_name":"bytecodealliance/label-messager-action","owner":"bytecodealliance","description":"Automatically leave a message when an issue or pull request has a certain label","archived":false,"fork":false,"pushed_at":"2022-02-16T17:33:04.000Z","size":463,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-04T21:15:02.399Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytecodealliance.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-14T23:36:43.000Z","updated_at":"2023-07-25T14:54:26.000Z","dependencies_parsed_at":"2023-02-21T00:45:57.686Z","dependency_job_id":null,"html_url":"https://github.com/bytecodealliance/label-messager-action","commit_stats":{"total_commits":42,"total_committers":4,"mean_commits":10.5,"dds":"0.38095238095238093","last_synced_commit":"a95b4c87030c79b5ac7c33c41fc58f97590dd82a"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bytecodealliance/label-messager-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytecodealliance%2Flabel-messager-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytecodealliance%2Flabel-messager-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytecodealliance%2Flabel-messager-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytecodealliance%2Flabel-messager-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytecodealliance","download_url":"https://codeload.github.com/bytecodealliance/label-messager-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytecodealliance%2Flabel-messager-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260769626,"owners_count":23060146,"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":[],"created_at":"2025-07-12T01:13:16.853Z","updated_at":"2025-07-12T01:13:20.306Z","avatar_url":"https://github.com/bytecodealliance.png","language":"JavaScript","readme":"# Label Messager Action\n\nLeave a message on issues and comments when they are labeled with a specific\nlabel.\n## Usage\n\nAdd a `.github/workflows/label-messager.yml` file to your repository:\n\n```yaml\nname: \"Label Messager\"\non:\n  issues:\n    types: [\"labeled\"]\n  schedule:\n    # Run pull request triage every 5 minutes. Ideally, this would be on\n    # \"labeled\" types of pull request events, but that doesn't work if the pull\n    # request is from another fork. For example, see\n    # https://github.com/actions/labeler/issues/12\n    - cron: '*/5 * * * *'\njobs:\n  triage:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: bytecodealliance/label-messager-action@v1\n      with:\n        repo-token: \"${{ secrets.GITHUB_TOKEN }}\"\n```\n\nThen configure what messages to add when issues or pull requests are labeled\nwith which label by adding entries to the `.github/label-messager.json`\nconfiguration file:\n\n```json\n{\n  \"my-label\": \"path/to/message.md\"\n}\n```\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](./CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytecodealliance%2Flabel-messager-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytecodealliance%2Flabel-messager-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytecodealliance%2Flabel-messager-action/lists"}