refactor: VersionFor method uses reflection #32
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: Maintainer Approval | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
hold-for-approval: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Echo message | |
run: echo "Received required maintainer approval. Proceeding to subsequent workflows..." |