{"id":24884561,"url":"https://github.com/grmvoid/notify-php-release-action","last_synced_at":"2025-03-27T09:43:21.847Z","repository":{"id":246665113,"uuid":"821551861","full_name":"grmvoid/notify-php-release-action","owner":"grmvoid","description":"A GitHub Action to automatically create an issue when a new version of PHP is released.","archived":false,"fork":false,"pushed_at":"2025-01-01T08:53:26.000Z","size":473,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T14:35:22.136Z","etag":null,"topics":["github-actions","php-release"],"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/grmvoid.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},"funding":{"github":"nulxrd"}},"created_at":"2024-06-28T20:01:43.000Z","updated_at":"2025-01-01T08:53:25.000Z","dependencies_parsed_at":"2025-01-02T02:29:39.305Z","dependency_job_id":"30c7f725-e53f-48bf-8c49-c6e171536079","html_url":"https://github.com/grmvoid/notify-php-release-action","commit_stats":null,"previous_names":["nulxrd/notify-php-release-action","sxbrsky/notify-php-release-action","grmvoid/notify-php-release-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fnotify-php-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fnotify-php-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fnotify-php-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fnotify-php-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grmvoid","download_url":"https://codeload.github.com/grmvoid/notify-php-release-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245821720,"owners_count":20678076,"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":["github-actions","php-release"],"created_at":"2025-02-01T14:29:32.210Z","updated_at":"2025-03-27T09:43:21.823Z","avatar_url":"https://github.com/grmvoid.png","language":"TypeScript","readme":"# Notify PHP Release Action\n\nA GitHub Action to automatically create an issue when a new version of PHP is released.\n\n## Inputs\n\n| Name       | Description                                                                            | Required | Default value       |\n|------------|----------------------------------------------------------------------------------------|----------|---------------------|\n| localfile  | The local file containing the current PHP release.\t                                    | false    | .releases           |\n| repo-token | Token for interacting with the GitHub API.                                             | true     | ${{ github.token }} |\n| owner      | The account owner of the repository. The name is not case-sensitive.                   | true     |                     |\n| repo       | The name of the repository without the .git extension. The name is not case-sensitive. | true     |                     |\n\n## Example usage\n\n```yaml\non: [push]\n\npermissions:\n  issues: write\n\njobs:\n  notify_new_releases:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Check for new PHP releases\n        uses: sxbrsky/notify-php-release-action@v1\n        with:\n          repo-token: ${{ github.token }}\n          repo: notify-php-release-action\n          owner: sxbrsky\n          localfile: .releases\n\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","funding_links":["https://github.com/sponsors/nulxrd"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fnotify-php-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrmvoid%2Fnotify-php-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fnotify-php-release-action/lists"}