Skip to content

Package CLI plug-in with bundleDependencies instead of shrinkwrap #376

Package CLI plug-in with bundleDependencies instead of shrinkwrap

Package CLI plug-in with bundleDependencies instead of shrinkwrap #376

Workflow file for this run

name: Zowe CICS Client Auto Responder
# This workflow is triggered when a label is added to an issue.
on:
issues:
types: labeled
permissions:
issues: write
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Process Label Action
uses: dessant/label-actions@65225c179d3b2502f6eda7b3d15101a3f412366b # v5.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: '.github/label-actions.yml'