Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WEB3-49: Add workflow to find or create Linear issue from PR (#182)
Simmilar to in other repos, this PR adds a GitHub Actions workflow to find or create a Linear issue when a PR is created I managed to find the UUID for the "In Progress" state on the Web3 team using the following API query: ```sh curl \-X POST \ -H "Content-Type: application/json" \ -H "Authorization: ${LINEAR_API_KEY:?}" \ --data '{ "query": "{ workflowStates { nodes { id name type team { name } } } }" }' \ https://api.linear.app/graphql | jq ``` --------- Co-authored-by: Wolfgang Welz <[email protected]>
- Loading branch information