Skip to content

Commit

Permalink
chore: update .github files
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Jul 19, 2023
1 parent 6808a64 commit d43d393
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 38 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug report
description: Create a report to help us improve or fix something
title: "[BUG]"
labels: bug
labels: ['bug', 'need repro']
body:
- type: markdown
attributes:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature request
description: Suggest an idea for Qbox
title: "[SUGGESTION]"
labels: enhancement
body:
- type: markdown
Expand Down
17 changes: 0 additions & 17 deletions .github/auto_assign.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/assign.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/issues-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Issues Project Management

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Qbox-project/projects/4
github-token: ${{ secrets.PROJECTS_PAT }}

0 comments on commit d43d393

Please sign in to comment.