From c4b185942abb7df81d5a112e081ef83b8fca2fe7 Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Tue, 28 Feb 2023 10:54:52 -0500 Subject: [PATCH] Update and rename linear.yml to linear-auto.yml --- .github/workflows/{linear.yml => linear-auto.yml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .github/workflows/{linear.yml => linear-auto.yml} (88%) 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 }}