Skip to content

Commit 937b65f

Browse files
committed
ci: add Linear ticket automation on release
1 parent 288e483 commit 937b65f

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)