summaryrefslogtreecommitdiffstats
path: root/.github/workflows/reviewed.yml
blob: bf6be077b189d759907695a99ae39524a5464b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Reviewed

on:
  pull_request_review:
    types: [submitted, dismissed]

permissions: {}

defaults:
  run:
    shell: bash

jobs:
  trigger:
    runs-on: ubuntu-slim
    steps:
      - run: echo This is a no-op only used as a trigger for workflow_run.