Skip to content

Commit

Permalink
don't track discussions in linear
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 1, 2021
1 parent 68fca73 commit 89c556d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linear-export.yml
Expand Up @@ -5,8 +5,6 @@ on:
types: [labeled]
pull_request:
types: [labeled]
discussion:
types: [labeled]

jobs:
trigger:
Expand All @@ -18,7 +16,7 @@ jobs:
- name: Linear action
uses: shilman/linear-action@v1
with:
ghIssueNumber: ${{ github.event.number || github.event.issue.number || github.event.discussion.number }}
ghIssueNumber: ${{ github.event.number || github.event.issue.number }}
ghRepoOwner: ${{ github.event.repository.owner.login }}
ghRepoName: ${{ github.event.repository.name }}
ghToken: ${{ secrets.LINEAR_GH_TOKEN }}
Expand Down

0 comments on commit 89c556d

Please sign in to comment.