Skip to content

Update Landscape from LFX 2024-12-30 #134

Update Landscape from LFX 2024-12-30

Update Landscape from LFX 2024-12-30 #134

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 *lfedge* ready"]'
labels: '["automerge"]'
github-token: "${{ secrets.PAT }}"