{"id":18808803,"url":"https://github.com/publiccodeyml/bot","last_synced_at":"2026-02-15T09:45:27.835Z","repository":{"id":42572717,"uuid":"456877900","full_name":"publiccodeyml/bot","owner":"publiccodeyml","description":":robot: The bot automating the publiccodeyml organization procedures","archived":false,"fork":false,"pushed_at":"2025-10-17T11:57:50.000Z","size":251,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T14:47:28.269Z","etag":null,"topics":["bot","github-actions","hacktoberfest","publiccode","publiccodeyml"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/publiccodeyml.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-08T10:06:48.000Z","updated_at":"2025-10-17T11:57:54.000Z","dependencies_parsed_at":"2025-04-13T20:31:44.095Z","dependency_job_id":"73f9f661-e6c0-4d65-ba89-5c1bdcb35766","html_url":"https://github.com/publiccodeyml/bot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"italia/js-action-template","purl":"pkg:github/publiccodeyml/bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publiccodeyml%2Fbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publiccodeyml%2Fbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publiccodeyml%2Fbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publiccodeyml%2Fbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/publiccodeyml","download_url":"https://codeload.github.com/publiccodeyml/bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publiccodeyml%2Fbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29475299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","github-actions","hacktoberfest","publiccode","publiccodeyml"],"created_at":"2024-11-07T23:14:20.772Z","updated_at":"2026-02-15T09:45:27.828Z","avatar_url":"https://github.com/publiccodeyml.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bot\n\nThe bot automating the [publiccodeyml organization](https://github.com/publiccodeyml/)\nprocedures implemented as a GitHub action.\n\n## Commands\n\nThe bot is instructed to perform tasks using its tag (fe. @yaml-9000) in issues\nand PR comments followed by the command.\n\n* `@yaml-9000 vote-start`: Open the polls for the voting procedure on the current\n  proposal\n\n* `@yaml-9000 vote-end`: End the voting procedure, closing the pools and\n  announcing the results.\n\n* `@yaml-9000 breaking-change`: Mark the proposal as a [breaking change to the Standard](https://github.com/publiccodeyml/publiccode.yml/blob/main/governance/procedure-proposing-changes-and-voting.md#proposing-changes).\n\n  Aliases: `breaking`, `major`\n\n* `@yaml-9000 minor-change`: Mark the proposal as a [minor change to the Standard](https://github.com/publiccodeyml/publiccode.yml/blob/main/governance/procedure-proposing-changes-and-voting.md#proposing-changes)\n\n  Aliases: `minor`\n\n* `@yaml-9000 bugfix-change`: Mark the proposal as a [bugfix change to the Standard](https://github.com/publiccodeyml/publiccode.yml/blob/main/governance/procedure-proposing-changes-and-voting.md#proposing-changes)\n\n  Aliases: `bugfix`, `patch`\n\n* `@yaml-9000 deprecation-change`: Mark the proposal as a [change deprecating something in the Standard](https://github.com/publiccodeyml/publiccode.yml/blob/main/governance/procedure-proposing-changes-and-voting.md#proposing-changes)\n\n  Aliases: `deprecation`\n\n* `@yaml-9000 national-section USERNAME`: Mark the proposal as a [change in the national section](https://github.com/publiccodeyml/publiccode.yml/blob/main/governance/procedure-proposing-changes-and-voting.md#country-specific-sections) ([doc](https://yml.publiccode.tools/country.html)).\n\n  It needs the `USERNAME` of the Steering Commitee Member Steering representing that Country as an argument (fe. `@yaml-9000 national-section mickey`).\n\n  Aliases: `national`, `country-section`, `country`, `country-specific`\n\n## Inputs to the GitHub Action\n\nUse the following inputs in the GitHub action via `with`:\n\n* `username` [**Optional**] - GitHub repository to fetch (default `bot`)\n* `github_token` [**Optional**] - GitHub token to interact with GitHub API (default `${{ github.token }}`).\n\n  If the environment `GITHUB_TOKEN` variable is set, it takes precedence over\n  the input.\n\n## Examples\n\nInclude this action in your repo by creating\n`.github/workflows/publiccodeyml-bot.yml`and edit where needed:\n\n```yml\non:\n  issue_comment:\n    types: [created]\n\njobs:\n  examplejob:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: publiccodeyml/bot@v1\n      with:\n        username: yaml-9000\n```\n\n## Build the action\n\nInstall dependencies\n\n```sh\nnpm i\n```\n\nBuild the action\n\n```sh\nnpm run build\n```\n\n## Contributing\n\nContributing is always appreciated.\nFeel free to open issues, fork or submit a Pull Request.\nIf you want to know more about how to add new fields, check out [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Maintainers\n\nThis software is maintained by the\n[Developers Italia](https://developers.italia.it/) team.\n\n## License\n\n© 2021 Dipartimento per la Trasformazione Digitale - Presidenza del Consiglio dei\nMinistri\n\nLicensed under the EUPL.\nThe version control system provides attribution for specific lines of code.\n\n## Remarks\n\nThis GitHub Action is published in the Github Marketplace.\nAs such, you can find the [Terms of Service here](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-marketplace-terms-of-service).\nAlso, [here](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-marketplace-developer-agreement)\nyou can find the GitHub Marketplace Developer Agreement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpubliccodeyml%2Fbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpubliccodeyml%2Fbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpubliccodeyml%2Fbot/lists"}