{"id":13473835,"url":"https://github.com/alex-page/move-assigned-issue-column","last_synced_at":"2025-03-26T19:34:48.387Z","repository":{"id":57303209,"uuid":"181234945","full_name":"alex-page/move-assigned-issue-column","owner":"alex-page","description":"✨ GitHub action to magically move assigned issue to a column","archived":true,"fork":false,"pushed_at":"2019-08-31T21:19:39.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T08:34:46.088Z","etag":null,"topics":["assignee","github-actions","github-projects","issues"],"latest_commit_sha":null,"homepage":"","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/alex-page.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":"2019-04-13T22:27:06.000Z","updated_at":"2023-01-28T17:22:56.000Z","dependencies_parsed_at":"2022-08-29T07:12:29.550Z","dependency_job_id":null,"html_url":"https://github.com/alex-page/move-assigned-issue-column","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-page%2Fmove-assigned-issue-column","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-page%2Fmove-assigned-issue-column/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-page%2Fmove-assigned-issue-column/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-page%2Fmove-assigned-issue-column/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex-page","download_url":"https://codeload.github.com/alex-page/move-assigned-issue-column/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245722952,"owners_count":20661854,"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":["assignee","github-actions","github-projects","issues"],"created_at":"2024-07-31T16:01:07.310Z","updated_at":"2025-03-26T19:34:47.319Z","avatar_url":"https://github.com/alex-page.png","language":"JavaScript","funding_links":[],"categories":["Community Resources"],"sub_categories":["GitHub Tools and Management"],"readme":"# ‼️This is no longer supported ‼️\n\nPlease use [`GitHub Project Automation+`](https://github.com/marketplace/actions/github-project-automation) instead. The following snippet adds or moves all assigned issues to a project column using GitHub Project Automation+:\n\n```yml\nname: Automate project columns\n\non: [issues]\n\njobs:\n  automate-project-columns:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Move assigned pull requests into To do\n        if: github.event_name == 'issues' \u0026\u0026 github.event.action == 'assigned'\n        uses: alex-page/automate-project-columns@master\n        with:\n          project: Backlog\n          column: To do\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n---\n\n\n# Move assigned issue to column\n\n\u003e ✨ GitHub action to automagically move assigned issue to a column.\n\n\n## How to use\n\nTo use this action we need the project name and the name of the column for the new issues will go into. The project and column names will be used to get a column ID for automation.\n\nIn your project create a new workflow file `.github/main.workflow`:\n```\nworkflow \"✨ Move assigned issue to column\" {\n  resolves = [\"Move assigned issue to column\"]\n  on = \"issues\"\n}\n\naction \"Move assigned issue to column\" {\n  uses = \"alex-page/move-assigned-issue-column@master\"\n  args = [ \"🎒 Backlog\", \"In progress\"]\n  secrets = [\"GITHUB_TOKEN\"]\n}\n```\n\n\u003e Note: Replace `🎒 Backlog` with your project name and `In progress` with your project column.\n\n\n## Private repositories\n\nIn some cases you may want to do add this functionality for a private repository or one you do not have admin rights to. You may get an error like:\n```shell\nGraphqlError: Resource not accessible by integration\n```\n\nWhen this happens you will need to provide a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). To do this you will need to create a new secret called `GH_PAT` with your secret. You will then need to change the `.github/main.workflow` secrets to include that token:\n```\nsecrets = [\"GH_PAT\"]\n```\n\nWith certain organisations there may be SAML enforcement. This means you will need to `Enable SSO` when you create the personal access token.\n```\nGraphqlError: Resource protected by organization SAML enforcement. You must grant your personal token access to this organization\n```\n\n\n## Release history\n\n- v0.0.5 - Deprecated\n- v0.0.4 - Fix incorrect documentation\n- v0.0.3 - Support for private repos\n- v0.0.2 - End in a neutral state for unsupported issue action\n- v0.0.1 - First release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-page%2Fmove-assigned-issue-column","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex-page%2Fmove-assigned-issue-column","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-page%2Fmove-assigned-issue-column/lists"}