Skip to content

Commit df7dcb3

Browse files
committed
ci: add Linear ticket deployment workflow
1 parent 492ec3e commit df7dcb3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Move Linear tickets to Deployed
2+
3+
on:
4+
release:
5+
types: [published, edited]
6+
7+
jobs:
8+
linear-deployed:
9+
uses: OneSignal/sdk-shared/.github/workflows/linear-deployed.yml@main
10+
with:
11+
release_body: ${{ github.event.release.body }}
12+
secrets:
13+
LINEAR_GITHUB_API_KEY: ${{ secrets.LINEAR_GITHUB_API_KEY }}

0 commit comments

Comments
 (0)