Skip to content

An API to disable autofill background color for n-input components #2143

An API to disable autofill background color for n-input components

An API to disable autofill background color for n-input components #2143

name: Add Feature Request Labels
on:
issues:
types: [opened]
jobs:
add-labels:
runs-on: ubuntu-latest
if: contains(github.event.issue.body, '__FEATURE_REQUEST__') == true
steps:
- name: Add labels
uses: actions-cool/issues-helper@v3
with:
actions: 'add-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'feature request'