Skip to content

(E)JES Web App on Zowe Desktop and (E)JES Rest API Zowe Conformance - App Framework ZOWE V2 #844

(E)JES Web App on Zowe Desktop and (E)JES Rest API Zowe Conformance - App Framework ZOWE V2

(E)JES Web App on Zowe Desktop and (E)JES Rest API Zowe Conformance - App Framework ZOWE V2 #844

name: "Set Issue Label on successful build"
on:
workflow_dispatch:
issue_comment:
types: [created, edited]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Amwam/[email protected]
if: ${{ github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'automated-build') }}
with:
keywords: '["Deploy preview for *omp-landscape* ready"]'
labels: '["automerge"]'
github-token: "${{ secrets.PAT }}"