Skip to content

Bump @oclif/plugin-help from 3.0.1 to 3.2.2 in /desktop #1875

Bump @oclif/plugin-help from 3.0.1 to 3.2.2 in /desktop

Bump @oclif/plugin-help from 3.0.1 to 3.2.2 in /desktop #1875

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 }}