Update your PR's title to the linked Linear issue's title.
To trigger the update, set your PRs title to x
.
Required. Linear personal API key.
Required. GitHub API auth token.
uses: perdoo/linear-pr-title-action@main
with:
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
ghToken: ${{ secrets.GITHUB_TOKEN }}