diff --git a/.github/workflows/linear.yml b/.github/workflows/linear-auto.yml similarity index 88% rename from .github/workflows/linear.yml rename to .github/workflows/linear-auto.yml index d0d59c6e6a..02ca094f12 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear-auto.yml @@ -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 }}