Skip to content

Need to test the BigAnimal Oracle demo still works with the latest BA release and redo, if needed #55

Need to test the BigAnimal Oracle demo still works with the latest BA release and redo, if needed

Need to test the BigAnimal Oracle demo still works with the latest BA release and redo, if needed #55

Workflow file for this run

name: sync issues with Jira
on:
issues:
types: [opened, closed, reopened, edited]
jobs:
sync-issues:
runs-on: ubuntu-latest
steps:
- name: Checkout sync tool
uses: actions/checkout@v4
with:
lfs: true
sparse-checkout: |
.github
tools
- name: setup node
uses: actions/setup-node@v4
- name: install dependencies
run: npm --prefix ./tools/automation/actions/jira-sync ci
- name: sync issues
uses: ./tools/automation/actions/jira-sync
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-auth: ${{ secrets.JIRA_AUTH }}
include-issue: ${{ github.event.issue.number }}