Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 13, 2020
1 parent c23b41d commit 3a4ade2
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 19 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_retail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Issue for Retail/Live
about: Create a report about current WoW
title: ''
labels: retail
assignees: ''
---

## Describe the problem


### What steps will reproduce the problem?

1.
2.
3.

### Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)


### What version of the addon are you using? (Stating 'latest' is not useful)


### Do you have an error log of what happened?


### Any additional information? (example: WoW language if not English)
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_wowclassic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Issue for Classic
about: Create a report about Classic WoW
title: ''
labels: classic
assignees: ''
---

## Describe the problem


### What steps will reproduce the problem?

1.
2.
3.

### Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)


### What version of the addon are you using? (Stating 'latest' is not useful)


### Do you have an error log of what happened?


### Any additional information? (example: WoW language if not English)
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://discord.gg/jGveg85
about: Please ask questions on our Discord!
File renamed without changes.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
branches:
- master
- classic
tags:
- '*'
paths-ignore:
- '.github/**'

jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags') == true || contains(github.event.head_commit.message, 'skip ci') != true
if: startsWith(github.ref, 'refs/tags') == true || (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]'))

steps:
- name: Checkout addon
Expand Down
4 changes: 0 additions & 4 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
package-as: Transcriptor

ignore:
- README.md
- ISSUE_TEMPLATE.md
13 changes: 0 additions & 13 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit 3a4ade2

Please sign in to comment.