Load current_filename
for Unstructured2D
and P4est
Meshes
#220
Workflow file for this run
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
name: Add review checklist | |
on: | |
pull_request_target: | |
types: [opened] | |
permissions: | |
pull-requests: write | |
jobs: | |
add-review-checklist: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Add review checklist | |
uses: trixi-framework/add-pr-review-checklist@v1 | |
with: | |
file: '.github/review-checklist.md' | |
no-checklist-keyword: '[no checklist]' |