Skip to content

Add Holopin

Add Holopin #1

Workflow file for this run

on:
pull_request_target:
types: [closed]
jobs:
issue_lava_lamp_holobyte:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged }}
steps:
- run: gh pr edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.HOLOPIN_LABELER }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
LABELS: contribution