Skip to content

[SPIKE] Figure out how to build an experimental web component #359

[SPIKE] Figure out how to build an experimental web component

[SPIKE] Figure out how to build an experimental web component #359

name: Auto-label Issues
on:
issues:
types: [opened, edited]
jobs:
label-issue:
runs-on: ubuntu-latest
steps:
- name: Add Bug Label
if: contains(github.event.issue.title, 'bug')
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "bug"