From eaa9af5a170be121d292eae00e24ceebb7e5d6dd Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Fri, 10 Jan 2025 09:03:23 -0600 Subject: [PATCH] Added Jira check to GH actions --- .github/workflows/checks.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cff35094..11e5f8aa 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 @@ -17,4 +27,4 @@ jobs: node-version: '16' - run: yarn - run: yarn lint - - run: yarn test \ No newline at end of file + - run: yarn test