From 36751a9a49209748cd77a3f04387ff9339f8decd Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Fri, 7 Apr 2023 14:00:06 -0400 Subject: [PATCH] Delete linear.yml --- .github/workflows/linear.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/linear.yml diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml deleted file mode 100644 index 208d75a..0000000 --- a/.github/workflows/linear.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - issues: - types: - - opened - - closed - - reopened - -jobs: - linear: - runs-on: ubuntu-latest - steps: - - uses: rijkvanzanten/gh-action-linear@v0.1.1 - with: - linear-api-key: ${{ secrets.LINEAR_API_KEY }} - linear-team-id: ${{ secrets.LINEAR_TEAM_ID }} - linear-status-opened: ${{ secrets.LINEAR_STATUS_OPENED }} - linear-status-closed: ${{ secrets.LINEAR_STATUS_CLOSED }} - linear-status-reopened: ${{ secrets.LINEAR_STATUS_REOPENED }} - linear-issue-label: ${{ secrets.LINEAR_ISSUE_LABEL }}