Skip to content

Commit

Permalink
chore: link PRs with Linear issues (#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Sep 27, 2024
1 parent e6f6965 commit 465bd5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/linear-pr-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Linear Issue To PR Linker

on:
pull_request:
types: [opened, edited]

jobs:
link-pr-to-linear-issues:
name: "Link PR to Linear issues"
runs-on: ubuntu-latest

steps:
- uses: FuelLabs/github-actions/linear/link-pr-to-linear-issue@master
with:
pull_number: ${{ github.event.pull_request.number }}
linear_api_key: ${{ secrets.LINEAR_TOKEN }}
github_token: ${{ secrets.REPO_TOKEN }}

0 comments on commit 465bd5c

Please sign in to comment.