Skip to content

Commit

Permalink
👷 fix CI labels and add auto assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 24, 2024
1 parent 574bb01 commit ab00a6f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: "Bug report"
description: "Report a bug with the integration"
labels: "Bug"
labels:
- "Bug"
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: "Feature request"
description: "Suggest an idea for this project"
labels: "Feature+Request"
labels:
- "Feature Request"
body:
- type: markdown
attributes:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Assign issues to Jezza34000

on:
issues:
types:
- opened
- reopened

jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign issue to Jezza34000
uses: actions-ecosystem/action-add-issue-assigner@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: Jezza34000

0 comments on commit ab00a6f

Please sign in to comment.