Skip to content

Enable clickable gateway list item panel for improved navigation #1003

Enable clickable gateway list item panel for improved navigation

Enable clickable gateway list item panel for improved navigation #1003

Workflow file for this run

name: Sync GitHub issues to Jira
on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: ikethecoder/sync-issues-github-jira@dev
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}
cleanup-runs:
name: Delete workflow runs
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 1
keep_minimum_runs: 5
delete_workflow_pattern: jira.yaml