Skip to content

Bump eslint-plugin-import from 2.24.2 to 2.26.0 in /flipper-js-client-sdk #1811

Bump eslint-plugin-import from 2.24.2 to 2.26.0 in /flipper-js-client-sdk

Bump eslint-plugin-import from 2.24.2 to 2.26.0 in /flipper-js-client-sdk #1811

Workflow file for this run

name: Label issues
# This workflow is triggered on issue comments.
on:
issue_comment:
types: created
jobs:
applyNeedsAttentionLabel:
name: Apply Needs Attention Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apply Needs Attention Label
uses: hramos/needs-attention@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}