Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Bump typescript from 4.9.5 to 5.3.3 #136

Bump typescript from 4.9.5 to 5.3.3

Bump typescript from 4.9.5 to 5.3.3 #136

Workflow file for this run

name: Export to linear
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
trigger:
if: github.event.label.name == 'linear'
name: Export to linear
runs-on: ubuntu-latest
steps:
# - uses: hmarr/debug-action@v2
- name: Linear action
uses: shilman/linear-action@v1
with:
ghIssueNumber: ${{ github.event.number || github.event.issue.number }}
ghRepoOwner: ${{ github.event.repository.owner.login }}
ghRepoName: ${{ github.event.repository.name }}
ghToken: ${{ secrets.LINEAR_GH_TOKEN }}
linearIssuePrefix: Expect
linearLabel: Storybook
linearPRLabel: PR
linearTeam: SB
linearApiKey: ${{ secrets.LINEAR_API_KEY }}