Skip to content

What is this repository about? #1

What is this repository about?

What is this repository about? #1

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-update') }}
with:
keywords: '["Deploy preview for *lf-landscape* ready"]'
labels: '["automerge"]'
github-token: "${{ secrets.PAT }}"