Skip to content

[Cursor shape on hovering] <TC_AUTHOR_81>: <hovering over "Cancel" button, cursor does not changes to hand icon> #26

[Cursor shape on hovering] <TC_AUTHOR_81>: <hovering over "Cancel" button, cursor does not changes to hand icon>

[Cursor shape on hovering] <TC_AUTHOR_81>: <hovering over "Cancel" button, cursor does not changes to hand icon> #26

name: Allows for the adding labels when opening a test failure issue.
on:
issues:
types: [opened]
jobs:
add_label:
runs-on: ubuntu-latest
if: ${{ contains(github.event.issue.title, 'Test failure') && !contains(github.event.issue.labels.*.name, 'needs triage') }}
steps:
- name: apply needs triage label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: needs triage