mirror of
https://github.com/directus/directus.git
synced 2026-01-23 11:07:56 -05:00
Create linear.yml
This commit is contained in:
19
.github/workflows/linear.yml
vendored
Normal file
19
.github/workflows/linear.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- closed
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
linear:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: rijkvanzanten/gh-action-linear@v0.1.1
|
||||
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 }}
|
||||
Reference in New Issue
Block a user