Skip to content

Test issue

Test issue #3

name: "Create Pyrus task from issue"
on:
issues:
types:
- reopened
- opened
jobs:
call-create-pyrus-task:
uses: surfstudio/flutter-ci-workflows/.github/workflows/new_issue_to_pyrus_task.yml@SNP-833_create_pyrus_task_from_new_event
with:
PACKAGE_NAME: 'surf_widget_test_composer'
ISSUE_TITLE: ${{ github.event.issue.title }}
ISSUE_BODY: ${{ github.event.issue.body }}
ISSUE_LINK: ${{ github.event.issue.html_url }}
secrets:
LOGIN: ${{ secrets.PYRUS_BOT_LOGIN }}
SECURITY_KEY: ${{ secrets.PYRUS_BOT_SECRET_KEY }}