From 88312eb8301ac9c4d83e0e1b49657c8dbdca46bd Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Thu, 15 Dec 2022 17:35:14 -0500 Subject: [PATCH] Create linear.yml --- .github/workflows/linear.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/linear.yml diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml new file mode 100644 index 0000000000..208d75a9b6 --- /dev/null +++ b/.github/workflows/linear.yml @@ -0,0 +1,19 @@ +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 }}