Skip to content

Issue: Labels with spaces trigger wrong updates #153

Issue: Labels with spaces trigger wrong updates

Issue: Labels with spaces trigger wrong updates #153

Workflow file for this run

name: Sync GitHub issues to Jira example
on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}