Update and rename linear.yml to linear-auto.yml

This commit is contained in:
Rijk van Zanten
2023-02-28 10:54:52 -05:00
committed by GitHub
parent b90f72073d
commit c4b185942a

View File

@@ -1,7 +1,6 @@
on:
issues:
types:
- opened
- closed
- reopened
@@ -9,7 +8,7 @@ jobs:
linear:
runs-on: ubuntu-latest
steps:
- uses: rijkvanzanten/gh-action-linear@v0.2.0
- uses: rijkvanzanten/gh-action-linear@v0.3.0
with:
linear-api-key: ${{ secrets.LINEAR_API_KEY }}
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}