We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea:
in options.yaml:
qc_version_control: branch # qc_version_control: commit
This will affect the metadata, depending on if branch or commit is chosen
If commit is chosen, initial qc commit, previous_qc_commit, etc will be in metadata links for file history and file content will be commit based
initial qc commit
previous_qc_commit
if branch is chosen, a link to the branch will re-propagate, or just give the current file contents. The QCer will be encouraged to just pull changes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea:
in options.yaml:
This will affect the metadata, depending on if branch or commit is chosen
If commit is chosen,
initial qc commit
,previous_qc_commit
, etc will be in metadatalinks for file history and file content will be commit based
if branch is chosen, a link to the branch will re-propagate, or just give the current file contents. The QCer will be encouraged to just pull changes
The text was updated successfully, but these errors were encountered: