mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-07 15:28:40 +01:00
Merge changes from master
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
commit
f9945250ed
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -1 +1 @@
|
|||||||
* @alicerunsonfedora @Nomad1556 @Bio-ico
|
* @hyperspacedev/administration @hyperspacedev/desktop
|
||||||
|
25
.github/workflows/jira-create.yml
vendored
Normal file
25
.github/workflows/jira-create.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Create issue on Jira
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
jira:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Jira Login
|
||||||
|
uses: atlassian/gajira-login@v2.0.0
|
||||||
|
env:
|
||||||
|
JIRA_BASE_URL: "https://hyperspacedev.atlassian.net"
|
||||||
|
JIRA_USER_EMAIL: software@marquiskurt.net
|
||||||
|
JIRA_API_TOKEN: ${{ secrets.JIRA_TOKEN }}
|
||||||
|
- name: Jira Create issue
|
||||||
|
uses: atlassian/gajira-create@v2.0.0
|
||||||
|
with:
|
||||||
|
project: HD
|
||||||
|
issuetype: Task
|
||||||
|
summary: ${{ github.event.issue.title }}
|
||||||
|
description: ${{ github.event.issue.body }}
|
Loading…
x
Reference in New Issue
Block a user