Sync Jira - Issue #9024 ("[Feature Request]: Enable WiFi/BT for Radxa ROCK 4D on Armbian 26.02.0") #497
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |