Skip to content

[Enable wiki and discussion] <TC_AUTHOR_86>: <Pages and resources link isn't working > #24

[Enable wiki and discussion] <TC_AUTHOR_86>: <Pages and resources link isn't working >

[Enable wiki and discussion] <TC_AUTHOR_86>: <Pages and resources link isn't working > #24

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