Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

[BUG]: Exits with error if no projects/repos using that integration in org #36

[BUG]: Exits with error if no projects/repos using that integration in org

[BUG]: Exits with error if no projects/repos using that integration in org #36

Workflow file for this run

name: Github Issues to Jira Issues
on:
issues:
types: [opened, closed, labeled, unlabeled]
issue_comment:
types: [created]
jobs:
sync:
name: Sync Items
runs-on: ubuntu-latest
steps:
- name: Sync Github Issues to Jira
uses: jordansilva/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
jiraHost: ${{ secrets.CSENG_JIRA_HOST }}
jiraUsername: ${{ secrets.CSENG_JIRA_USERNAME }}
jiraPassword: ${{ secrets.CSENG_JIRA_PASSWORD }}
project: ${{ secrets.CSENG_JIRA_PROJECTKEY }}