This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub content, disable Jira issue creation
- Loading branch information
1 parent
63fc2f6
commit a98a8f0
Showing
5 changed files
with
59 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Discord | ||
url: "https://discord.gg/c69AXwk" | ||
about: Chat with us here. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,28 @@ | ||
**Changes Overview** | ||
This PR makes the following changes: | ||
|
||
<!-- List your changes here as a bullet list. Read the contribution guidelines for more details.--> | ||
- | ||
- | ||
|
||
**Does this PR fix, close, or implement any issues?** | ||
- [ ] This PR closes, fixes, or implements the following issues. | ||
|
||
<!-- List any issues that this pull request may close or contribute to. Make sure you follow the proper syntax for referencing an issue. | ||
Examples: | ||
- Implements #0 | ||
- Closes UnscriptedVN/issues#0 | ||
- Contributes to #0 | ||
--> | ||
|
||
- | ||
- | ||
- | ||
- | ||
|
||
- [] This is a release check. | ||
<!-- If the following is a release check, uncomment the following line. --> | ||
<!-- - [x] This is a release check. --> | ||
|
||
**Pending for review** | ||
@hyperspacedev/desktop |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
name: Create issue on Jira | ||
# name: Create issue on Jira | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
# on: | ||
# issues: | ||
# types: [opened] | ||
|
||
jobs: | ||
jira: | ||
runs-on: ubuntu-latest | ||
# jobs: | ||
# jira: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Jira Login | ||
id: 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 | ||
id: create | ||
uses: atlassian/gajira-create@v2.0.0 | ||
with: | ||
project: HD | ||
issuetype: Unsorted | ||
summary: ${{ github.event.issue.title }} | ||
description: ${{ github.event.issue.body }} | ||
# steps: | ||
# - name: Jira Login | ||
# id: 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 | ||
# id: create | ||
# uses: atlassian/gajira-create@v2.0.0 | ||
# with: | ||
# project: HD | ||
# issuetype: Unsorted | ||
# summary: ${{ github.event.issue.title }} | ||
# description: ${{ github.event.issue.body }} |