Skip to content

Sync Jira - Issue #6949 ("Hello, I would like to add support for the fine3399 with the Linux 6.1 kernel into the main Armbian source code. This is because the Linux 6.1 kernel and its earlier versions support the st77xx series of small screens, whereas starting from the Linux 6.6 kernel, subsequent versions no longer provide support for the st77xx series. How should I proceed to achieve this goal?") #226

Sync Jira - Issue #6949 ("Hello, I would like to add support for the fine3399 with the Linux 6.1 kernel into the main Armbian source code. This is because the Linux 6.1 kernel and its earlier versions support the st77xx series of small screens, whereas starting from the Linux 6.6 kernel, subsequent versions no longer provide support for the st77xx series. How should I proceed to achieve this goal?")

Sync Jira - Issue #6949 ("Hello, I would like to add support for the fine3399 with the Linux 6.1 kernel into the main Armbian source code. This is because the Linux 6.1 kernel and its earlier versions support the st77xx series of small screens, whereas starting from the Linux 6.6 kernel, subsequent versions no longer provide support for the st77xx series. How should I proceed to achieve this goal?") #226

name: Jira Sync
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