risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
60 stars 15 forks source link

WEB3-49: Add workflow to find or create Linear issue from PR #182

Closed nategraf closed 1 month ago

nategraf commented 1 month ago

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:

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
linear[bot] commented 1 month ago

WEB3-49 Add CI job to create Linear issues from PRs