We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe4042 commit 3f20ea1Copy full SHA for 3f20ea1
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,9 +1,8 @@
1
name: 🪳 Bug report
2
description: File a bug report
3
title: "[Bug]: "
4
-labels: ["bug", "triage"]
5
-# assignees:
6
-# - OneSignal/ios-sdk
+labels: ["Bug"]
+
7
body:
8
- type: markdown
9
attributes:
.github/workflows/project.yml
@@ -0,0 +1,18 @@
+name: Add issues to project
+on:
+ issues:
+ types:
+ - opened
+jobs:
+ add-to-project:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Add issue to project
13
+ uses: actions/add-to-project@v1.0.2
14
+ with:
15
+ # SDK Cross-Platform Project
16
+ project-url: https://github.com/orgs/OneSignal/projects/10
17
+ github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
18
+ labeled: Bug
0 commit comments