From ffb42b428abd267af41165c8bffcd1c280e60814 Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Fri, 10 Jan 2025 08:54:39 -0600 Subject: [PATCH] Added Jira check to GH actions --- .github/workflows/checks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dddcf8053..cb4a2215f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -6,6 +6,16 @@ on: branches: - main jobs: + linked_issue: + name: Jira + runs-on: ubuntu-latest + steps: + - uses: openstax/jira-linked-action@v0.1.14 + with: + jira_site: openstax + jira_project: DISCO + jira_email: ${{ secrets.JiraEmail }} + jira_token: ${{ secrets.JiraToken }} build: runs-on: ubuntu-latest