Skip to content

bug(emoji): Tab key is not auto selecting emoji #15

bug(emoji): Tab key is not auto selecting emoji

bug(emoji): Tab key is not auto selecting emoji #15

Workflow file for this run

name: Add new ticket label on issues
on:
issues:
types: [opened]
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
steps:
- name: initial labeling
uses: andymckay/labeler@master
with:
add-labels: "New ticket"