Skip to content

Commit

Permalink
Create linear.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Dec 16, 2022
1 parent f433eb0 commit f556aec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/linear.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
issues:
types:
- opened
- closed
- reopened

jobs:
linear:
runs-on: ubuntu-latest
steps:
- uses: rijkvanzanten/gh-action-linear@v0.2.0
with:
linear-api-key: ${{ secrets.LINEAR_API_KEY }}
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}
linear-status-opened: ${{ secrets.LINEAR_STATUS_OPENED }}
linear-status-closed: ${{ secrets.LINEAR_STATUS_CLOSED }}
linear-status-reopened: ${{ secrets.LINEAR_STATUS_REOPENED }}
linear-issue-label: ${{ secrets.LINEAR_ISSUE_LABEL }}

0 comments on commit f556aec

Please sign in to comment.