ci: remove v3 tagging, assumed

This commit is contained in:
Elliot DeNolf
2024-11-19 13:15:20 -05:00
parent 2c7ea6362a
commit 69b7a11a28
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
name: Functionality Bug name: Functionality Bug
description: '[REPRODUCTION REQUIRED] - Create a bug report' description: '[REPRODUCTION REQUIRED] - Create a bug report'
labels: ['status: needs-triage', 'v3', 'validate-reproduction'] labels: ['status: needs-triage', 'validate-reproduction']
body: body:
- type: textarea - type: textarea
attributes: attributes:

View File

@@ -114,8 +114,3 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1 uses: actions-ecosystem/action-add-labels@v1
with: with:
labels: v2 labels: v2
- name: Tag with main branch with v3
if: github.event.pull_request.base.ref == 'main'
uses: actions-ecosystem/action-add-labels@v1
with:
labels: v3