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