Skip to content

Provide the ability to view Library datasets (in external to CICS view) #35

Provide the ability to view Library datasets (in external to CICS view)

Provide the ability to view Library datasets (in external to CICS view) #35

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
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'