{"id":15823229,"url":"https://github.com/casperiv0/create-linear-issue","last_synced_at":"2025-06-13T15:37:33.546Z","repository":{"id":105050592,"uuid":"444842777","full_name":"casperiv0/create-linear-issue","owner":"casperiv0","description":"Automatically import a created GitHub issue into Linear.","archived":false,"fork":false,"pushed_at":"2022-05-24T15:36:01.000Z","size":343,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T00:47:13.167Z","etag":null,"topics":["actions","linear"],"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/casperiv0.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},"funding":{"github":["dev-caspertheghost"]}},"created_at":"2022-01-05T14:54:02.000Z","updated_at":"2023-01-12T13:04:22.000Z","dependencies_parsed_at":"2023-08-17T12:40:51.510Z","dependency_job_id":"6d38503e-f924-4c3c-8baf-23a5f2bea2bc","html_url":"https://github.com/casperiv0/create-linear-issue","commit_stats":null,"previous_names":["casperiv0/create-linear-issue","dev-caspertheghost/create-linear-issue"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperiv0%2Fcreate-linear-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperiv0%2Fcreate-linear-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperiv0%2Fcreate-linear-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casperiv0%2Fcreate-linear-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casperiv0","download_url":"https://codeload.github.com/casperiv0/create-linear-issue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598190,"owners_count":20802975,"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":["actions","linear"],"created_at":"2024-10-05T08:06:28.026Z","updated_at":"2025-04-01T07:19:02.477Z","avatar_url":"https://github.com/casperiv0.png","language":"TypeScript","readme":"# Create Linear Issue\n\nAutomatically import a created GitHub issue into Linear.\n\n## Inputs\n\n| Name               | Required | Descrition                                                               |\n| :----------------- | :------- | :----------------------------------------------------------------------- |\n| `linear-api-token` | `true`   | The API key to your Linear team                                          |\n| `team-id`          | `true`   | The id to your Linear team                                               |\n| `state-id`         | `true`   | The id of what state must be applied (state: 'Todo', 'In Progress', etc) |\n\n## Usage\n\nCreate a new workflow file (example: `.github/workflows/linear.yml`) and paste the following:\n\n```yml\nname: Create Linear Issue\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  create-linear-issue:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Create Linear Issue\n        uses: Dev-CasperTheGhost/create-linear-issue@1.3.1\n        with:\n          # from GitHub Secrets within the repo\n          linear-api-token: ${{ secrets.LINEAR_API_TOKEN }}\n          team-id: ${{ secrets.TEAM_ID }}\n          state-id: ${{ secrets.STATE_ID }}\n```\n","funding_links":["https://github.com/sponsors/dev-caspertheghost"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasperiv0%2Fcreate-linear-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasperiv0%2Fcreate-linear-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasperiv0%2Fcreate-linear-issue/lists"}