Review-Trigger #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_review: | |
types: [submitted] | |
name: Review-Trigger | |
jobs: | |
dummy-workflow: | |
runs-on: ubuntu-latest | |
name: dummy workflow | |
steps: | |
- name: Explanation | |
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" |