Package CLI plug-in with bundleDependencies instead of shrinkwrap
#376
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |