Skip to content

Bump eslint-plugin-import from 2.30.0 to 2.31.0 #1178

Bump eslint-plugin-import from 2.30.0 to 2.31.0

Bump eslint-plugin-import from 2.30.0 to 2.31.0 #1178

Workflow file for this run

name: 🏷️ Verify PR Labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-labels:
name: 🏷️ Verify PR Labels
runs-on: ubuntu-22.04
steps:
- name: 🚀 Run verify pr label
uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
pull-request-number: "${{ github.event.pull_request.number }}"
valid-labels: >-
breaking-change 💥, bug 🐞, i18n 🌐, l10n 🗣, documentation 📝, enhancement ✨, security 🛡️, refactor ♻️,
performance 🚀, new-feature 🎉, triage 📑, maintenance 📈, ci 🤖, fix ⚡, dependencies 📦, submodules ⚙️,
annex 💠, plugin 🧿, package 📦
invalid-labels: >-
Q&A ✍️, stale 👻, no-stale 🔒, locked ‼️, resolved ☑️, feature-request 💡, help-wanted, beginner-friendly
💕, priority-low 🔖, invalid ⚠️
disable-reviews: true