Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
3eb5539368
2 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Bug Report
|
||||
description: If you encounter an issue whilst using our app, please use this template to help improve the app.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
labels: ["bug", "needs-triage"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
4
.github/workflows/auto-project.yml
vendored
4
.github/workflows/auto-project.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/add-to-project@main
|
||||
with:
|
||||
project-url: https://github.com/orgs/<orgName>/projects/<projectNumber>
|
||||
project-url: https://github.com/orgs/ciderapp/projects/5
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
labeled: bug, needs-triage
|
||||
label-operator: OR
|
||||
label-operator: OR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue