Skip to content

Color/Font (https://www.enterprisedb.com/docs/edb-postgres-ai/analytics/concepts/) #39

Color/Font (https://www.enterprisedb.com/docs/edb-postgres-ai/analytics/concepts/)

Color/Font (https://www.enterprisedb.com/docs/edb-postgres-ai/analytics/concepts/) #39

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