Skip to content

Sync Jira - Issue #9680 ("[Bug]: A blank line needs to be added at the end of the kernel's defconfig file for the custom_kernel_config hook to take effect.") #39

Sync Jira - Issue #9680 ("[Bug]: A blank line needs to be added at the end of the kernel's defconfig file for the custom_kernel_config hook to take effect.")

Sync Jira - Issue #9680 ("[Bug]: A blank line needs to be added at the end of the kernel's defconfig file for the custom_kernel_config hook to take effect.") #39

name: "Data: Create Jira ticket"
run-name: 'Sync Jira - Issue #${{ github.event.issue.number }} ("${{ github.event.issue.title }}")'
on:
issues:
types: [opened]
jobs:
sync:
name: Sync Items
runs-on: ubuntu-latest
steps:
- name: Sync
uses: igorpecovnik/github-action-issue-to-jira@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
jiraHost: armbian.atlassian.net
jiraUsername: ${{ secrets.JIRA_USER }}
jiraPassword: ${{ secrets.JIRA_PASSWORD }}
project: AR
assignee: default_assignee