Skip to content

Commit 5e89234

Browse files
authored
CORE-650 Added Jira check to GH actions (#83)
Added Jira check to GH actions
1 parent 58a9386 commit 5e89234

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/checks.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ on:
66
branches:
77
- main
88
jobs:
9+
linked_issue:
10+
name: Jira
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: openstax/[email protected]
14+
with:
15+
jira_site: openstax
16+
jira_project: DISCO
17+
jira_email: ${{ secrets.JiraEmail }}
18+
jira_token: ${{ secrets.JiraToken }}
919
build:
1020
runs-on: ubuntu-latest
1121

@@ -17,4 +27,4 @@ jobs:
1727
node-version: '16'
1828
- run: yarn
1929
- run: yarn lint
20-
- run: yarn test
30+
- run: yarn test

0 commit comments

Comments
 (0)