Skip to content

Commit

Permalink
ci(ai): fix incorrect labels (#3012)
Browse files Browse the repository at this point in the history
* ci(ai): fix incorrect labels

This commit fixed the labels that were specified in the Issue Templates
to the one found in the repository.

* ci: rename labeler and remove trailing whitespace
  • Loading branch information
rickstaa authored Apr 16, 2024
1 parent 8d378fd commit bc726a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report_ai_video.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: AI Bug report
description: Create a report to help us improve.
labels:
- "bug"
- "ai"
- "type: bug"
- "AI"
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request_ai.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: AI Feature request
description: Suggest an idea for this project.
labels:
- "enhancement"
- "ai"
- "type: feature"
- "AI"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ai:
AI:
- base-branch: "ai-video"
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
add-labels: "status: triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-if-assigned: false

label_pull_requests:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5

0 comments on commit bc726a8

Please sign in to comment.