Skip to content

build(deps): bump chalk from 4.0.0 to 4.1.2 #34

build(deps): bump chalk from 4.0.0 to 4.1.2

build(deps): bump chalk from 4.0.0 to 4.1.2 #34

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 }}