Skip to content

Temporary issue for testing automation #1

Temporary issue for testing automation

Temporary issue for testing automation #1

Workflow file for this run

# This workflow will triage issues and apply a label based on the creator.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Issues Labeler
on:
issues:
types:
- opened
- edited
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: add label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: "testing"