Skip to content

Commit 62184e8

Browse files
committed
update project workflow
1 parent 54c0b39 commit 62184e8

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/ISSUE_TEMPLATE/ask-question.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: 🙋‍♂️ Ask a question
22
description: Tell us what's on your mind
33
title: "[question]: "
4-
labels: ["triage"]
5-
# assignees:
6-
# - onesignal/unity
4+
labels: ["Question"]
5+
76
body:
87
- type: markdown
98
attributes:
@@ -24,4 +23,4 @@ body:
2423
description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct)
2524
options:
2625
- label: I agree to follow this project's Code of Conduct
27-
required: true
26+
required: true

.github/ISSUE_TEMPLATE/general-feedback.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: 📣 General feedback
22
description: Tell us what's on your mind
33
title: "[General]: "
4-
labels: ["triage"]
5-
# assignees:
6-
# - onesignal/unity
4+
labels: ["Feedback"]
5+
76
body:
87
- type: markdown
98
attributes:
@@ -24,4 +23,4 @@ body:
2423
description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct)
2524
options:
2625
- label: I agree to follow this project's Code of Conduct
27-
required: true
26+
required: true

.github/workflows/project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ jobs:
1414
# SDK Cross-Platform Project
1515
project-url: https://github.com/orgs/OneSignal/projects/10
1616
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
17-
labeled: Bug

0 commit comments

Comments
 (0)