This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Installer is just a blank window for 60 seconds (unless connected to network) #854
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync GitHub issues to Jira | |
on: [issues, issue_comment] | |
jobs: | |
sync-issues: | |
name: Sync issues to Jira | |
runs-on: ubuntu-latest | |
steps: | |
- uses: canonical/sync-issues-github-jira@v1 | |
with: | |
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }} | |
component: 'Apps' |