Skip to content

Problem on https://portal.biganimal.com/api/docs/?beacon=true#tag/Clusters/operation/getCluster #31

Problem on https://portal.biganimal.com/api/docs/?beacon=true#tag/Clusters/operation/getCluster

Problem on https://portal.biganimal.com/api/docs/?beacon=true#tag/Clusters/operation/getCluster #31

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 }}