Skip to content

Commit

Permalink
Merge pull request #20546 from storybookjs/update-linear-label
Browse files Browse the repository at this point in the history
Update GH action to use "linear-ghaction" label for sync
  • Loading branch information
ndelangen authored Jan 9, 2023
2 parents fdb8cf8 + de77975 commit 922380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linear-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
trigger:
if: github.event.label.name == 'linear'
if: github.event.label.name == 'linear-ghaction'
name: Export to linear
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 922380a

Please sign in to comment.