Skip to content

Dependency Dashboard #27

Dependency Dashboard

Dependency Dashboard #27

Workflow file for this run

name: Sync Issues to JIRA
on:
issues:
types: [opened, reopened, closed]
jobs:
update:
name: Update Issue
uses: canonical/sdcore-github-workflows/.github/workflows/issues.yaml@v2.2.0
secrets:
JIRA_URL: ${{ secrets.JIRA_URL }}