diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2c8e9351..781acbe3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,9 +1,8 @@ name: 🪳 Bug report description: File a bug report title: '[Bug]: ' -labels: ['bug', 'triage'] -# assignees: -# - OneSignal/ios-sdk +labels: ['Bug'] + body: - type: markdown attributes: @@ -21,7 +20,7 @@ body: id: reproduction-steps attributes: label: Steps to reproduce? - description: Provide as much detail as posible to reproduce the issue. + description: Provide as much detail as possible to reproduce the issue. placeholder: | 1. Install vX.Y.Z of dependency 2. Launch the app on iOS device diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 00000000..7b220568 --- /dev/null +++ b/.github/workflows/project.yml @@ -0,0 +1,17 @@ +name: Add issues to project +on: + issues: + types: + - opened + +jobs: + add-to-project: + runs-on: ubuntu-latest + steps: + - name: Add issue to project + uses: actions/add-to-project@v1.0.2 + with: + # SDK Cross-Platform Project + project-url: https://github.com/orgs/OneSignal/projects/10 + github-token: ${{ secrets.GH_PROJECTS_TOKEN }} + labeled: Bug