Skip to content

Commit

Permalink
Ensure outputs are marked as generated
Browse files Browse the repository at this point in the history
Co-Authored-By: Philip K.F. Hölzenspies <[email protected]>
  • Loading branch information
moritztim and holzensp committed Feb 13, 2024
1 parent 64d9ae0 commit 044e30a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/language_bindings_request.pkl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "pkl:reflect"
name = "Language Bindings Request"
description = "Request for Pkl bindings for a programming language."
title = "[Bindings Request]: "
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/language_bindings_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is GENERATED and should not be edited manually. Edit language_bindings_request.pkl instead.
name: Language Bindings Request
description: Request for Pkl bindings for a programming language.
title: '[Bindings Request]: '
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/output_format_request.pkl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "pkl:reflect"
name = "Output Format Request"
description = "Request for a output format to be added to Pkl"
title = "[Output Format Request]: "
Expand Down Expand Up @@ -67,3 +68,10 @@ body {
}
}
}

output {
text = """
# This file is GENERATED and should not be edited manually. Edit \(reflect.Module(module).name).pkl instead.
\(super.text)
"""
}
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/output_format_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is GENERATED and should not be edited manually. Edit output_format_request.pkl instead.
name: Output Format Request
description: Request for a output format to be added to Pkl
title: '[Output Format Request]: '
Expand Down

0 comments on commit 044e30a

Please sign in to comment.