{"id":19527338,"url":"https://github.com/papermc/update-projects-action","last_synced_at":"2025-07-11T04:34:49.934Z","repository":{"id":140991716,"uuid":"612716307","full_name":"PaperMC/update-projects-action","owner":"PaperMC","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-27T21:31:56.000Z","size":205,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T08:25:03.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PaperMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"PaperMC","open_collective":"PaperMC"}},"created_at":"2023-03-11T19:07:25.000Z","updated_at":"2023-04-13T19:32:38.000Z","dependencies_parsed_at":"2023-04-26T00:02:20.824Z","dependency_job_id":null,"html_url":"https://github.com/PaperMC/update-projects-action","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"23cc2279f9cb25c0f613fac816435c2f9bffaebb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2Fupdate-projects-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2Fupdate-projects-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2Fupdate-projects-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaperMC%2Fupdate-projects-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaperMC","download_url":"https://codeload.github.com/PaperMC/update-projects-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250972958,"owners_count":21516452,"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":"2024-11-11T01:14:38.709Z","updated_at":"2025-04-26T10:31:45.393Z","avatar_url":"https://github.com/PaperMC.png","language":"TypeScript","readme":"# Add to Project\r\n\r\nThis action manages issues and PRs with GitHub's projects.\r\n\r\n## Inputs\r\n\r\n| Name                | Description                                                     |\r\n|---------------------|-----------------------------------------------------------------|\r\n| github-token        | Access Token with high enough permissions to change the project |\r\n| project-url         | The full url to your project that will be modified              |\r\n| column-field        | The field in the project that determines the columns            |\r\n| label-to-column-map | A JSON object mapping labels to column names                    |\r\n\r\n## Example usage\r\n\r\n```yml\r\nname: Update Projects\r\n\r\non:\r\n  issues:\r\n    types:\r\n      - labeled\r\n      - unlabeled\r\n\r\nconcurrency:\r\n  group: update-projects-${{ github.event_name }}\r\n  cancel-in-progress: true\r\n\r\n\r\njobs:\r\n  issues:\r\n    runs-on: ubuntu-latest\r\n    steps:\r\n      # substitute RELEASE_VERSION for the latest version available in releases\r\n      - uses: Machine-Maker/add-to-project-action@RELEASE_VERSION\r\n        with:\r\n          github-token: ${{ secrets.SOME_TOKEN }}\r\n          project-url: \u003cthe full url to your project\u003e # e.g. https://github.com/users/Machine-Maker/projects/1/views/1\r\n          column-field: Status\r\n          label-to-column-map: |\r\n            {\r\n              \"bug\": \"Todo\",\r\n              \"enhancement\": \"In Progress\",\r\n              \"wontfix\": \"Invalid\",\r\n              \"duplicate\": \"Invalid\"\r\n            }\r\n\r\n```\r\n\r\n## Development\r\n\r\nThis project uses the yarn package manager.\r\n\r\n```bash\r\nyarn install # installs dependencies\r\n```\r\n\r\n```bash\r\nyarn package # run before committing changes\r\n```\r\n","funding_links":["https://github.com/sponsors/PaperMC","https://opencollective.com/PaperMC"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapermc%2Fupdate-projects-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpapermc%2Fupdate-projects-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapermc%2Fupdate-projects-action/lists"}