{"id":18764472,"url":"https://github.com/theintern/action-project-manager","last_synced_at":"2025-08-10T07:17:35.960Z","repository":{"id":42889175,"uuid":"241369570","full_name":"theintern/action-project-manager","owner":"theintern","description":"Manage Project issues for Intern","archived":false,"fork":false,"pushed_at":"2022-08-18T19:22:33.000Z","size":587,"stargazers_count":0,"open_issues_count":10,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-29T05:42:12.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theintern.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}},"created_at":"2020-02-18T13:36:27.000Z","updated_at":"2020-10-30T12:43:06.000Z","dependencies_parsed_at":"2022-08-27T11:02:07.876Z","dependency_job_id":null,"html_url":"https://github.com/theintern/action-project-manager","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Faction-project-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Faction-project-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Faction-project-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Faction-project-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theintern","download_url":"https://codeload.github.com/theintern/action-project-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239662746,"owners_count":19676435,"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-07T18:29:56.695Z","updated_at":"2025-02-19T13:18:21.951Z","avatar_url":"https://github.com/theintern.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-project-manager\n\nThis is a GitHub Action that can be used to manage issues in a project.\n\n## Usage\n\n```yaml\n# .github/workflows/update-issue.yaml\nname: Update issue\n\non:\n  issues:\n  pull_request:\n    types: [opened, closed, reopened]\n\njobs:\n  update-issue:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: theintern/action-project-manager@v0.1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          project: Development\n          auto-add: true\n          triage-column: Triage\n          triage-label: needs-triage\n          todo-column: To do\n          working-column: In progress\n          done-column: Done\n```\n\n## Configuration\n\n| Property         | Required | Value                                                                                           |\n| ---------------- | -------- | ----------------------------------------------------------------------------------------------- |\n| `github-token`   | Yes      | A GitHub API token (`GITHUB_TOKEN` is available by default)                                     |\n| `project`        | Yes      | The project being managed                                                                       |\n| `auto-add`       | No       | If true, all new issues are added to the project                                                |\n| `triage-column`  | No       | Column name for new, unassigned issues                                                          |\n| `triage-label`   | No       | Label to apply to new issues                                                                    |\n| `triaged-labels` | No       | A comma separated list of labels; the presence of any of them marks an issue as already-triaged |\n| `todo-column`    | No       | Column name for triaged issues                                                                  |\n| `working-column` | No       | Column name for in-progress issues                                                              |\n| `done-column`    | No       | Column name for completed issues                                                                |\n\n## How it works\n\nOnly issues should be added to a project, not PRs. Linked PRs are accessible\nthrough the issue cards.\n\nNote that any rule below that mentions an optional config property will only be\nexecuted if that property is defined.\n\nRules:\n\n- If `auto-add` is true, new issues will be added to `triage-column` and have\n  `triage-label` set, unless an issue has a label in `triaged-labels`, in which\n  case it will be moved to `todo-column`\n- Issues in `triage-column` will be moved to `todo-column` when `triage-label`\n  is removed\n- Issues that are in `todo-column` or `triage-column` will be moved to\n  `working-column` when they are assigned\n- When a PR is opened that links to an issue in `triage-column` or\n  `todo-column`, that issue will be moved to `working-column`\n- An issue in `working-column` that is unassigned with be moved to\n  `todo-columnn`\n- Closed issues are moved to `done-column`\n- Re-opened issues are moved to `working-column` if they are assigned, or to\n  `todo-column` if not\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheintern%2Faction-project-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheintern%2Faction-project-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheintern%2Faction-project-manager/lists"}