Skip to content

Commit 6f264a2

Browse files
authored
Merge pull request #59 from OneSignal/cd_update
sync with web-shim-codegen v3.0.4
2 parents 03b5e08 + ce0d876 commit 6f264a2

File tree

6 files changed

+22
-1015
lines changed

6 files changed

+22
-1015
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🪳 Bug report
22
description: File a bug report
3-
title: "[Bug]: "
4-
labels: ["bug", "triage"]
3+
title: '[Bug]: '
4+
labels: ['Bug']
55
assignees:
66
- OneSignal/eng-developer-sdk
77
body:
@@ -67,4 +67,3 @@ body:
6767
label: Relevant log output
6868
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
6969
render: Shell
70-

.github/workflows/project.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add issues to project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Add issue to project
13+
uses: actions/[email protected]
14+
with:
15+
# SDK Web Project
16+
project-url: https://github.com/orgs/OneSignal/projects/9
17+
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
18+
labeled: Bug

0 commit comments

Comments
 (0)