Skip to content

Commit b558f0e

Browse files
authored
Merge pull request #61 from OneSignal/cd_update
add project workflow
2 parents dd49292 + 03c7429 commit b558f0e

File tree

8 files changed

+9
-1023
lines changed

8 files changed

+9
-1023
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
3-
title: "[Question]: "
4-
labels: ["triage"]
5-
assignees:
6-
- OneSignal/eng-developer-sdk
3+
title: '[Question]: '
4+
labels: ['Question']
5+
76
body:
87
- type: markdown
98
attributes:

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: 🪳 Bug report
22
description: File a bug report
33
title: '[Bug]: '
44
labels: ['Bug']
5-
assignees:
6-
- OneSignal/eng-developer-sdk
5+
76
body:
87
- type: markdown
98
attributes:

.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
3-
title: "[Feedback]: "
4-
labels: ["triage"]
5-
assignees:
6-
- OneSignal/eng-developer-sdk
3+
title: '[Feedback]: '
4+
labels: ['Feedback']
5+
76
body:
87
- type: markdown
98
attributes:

.github/workflows/project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
# SDK Web Project
1616
project-url: https://github.com/orgs/OneSignal/projects/9
1717
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
18-
labeled: Bug

0 commit comments

Comments
 (0)