Skip to content

🏷️ Label(Status) Dummy #354

🏷️ Label(Status) Dummy

🏷️ Label(Status) Dummy #354

# Automatically label a PR depending on the PR's status (springboard)
name: 🏷️ Label(Status) Dummy
on:
pull_request_review:
types: [submitted, dismissed]
permissions:
contents: read
jobs:
dummy:
permissions:
contents: none
runs-on: ubuntu-latest
steps:
- run: echo "this is a dummy workflow that triggers a workflow_run; it's necessary because otherwise the repo secrets will not be in scope for externally forked pull requests"