Skip to content

Commit

Permalink
Warning for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 31, 2024
1 parent adf9407 commit 54405a3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import org.metaborg.repoman.meta.RepoMetadata
@param meta: RepoMetadata
---
@if(meta.files.gradleRootProject.update)
@if(meta.files.githubIssueTemplates.update)
# !! THIS FILE WAS GENERATED USING repoman !!
# Modify `repo.yaml` instead and use `repoman` to update this file
# See: https://github.com/metaborg/metaborg-gradle/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@import org.metaborg.repoman.meta.RepoMetadata
@param meta: RepoMetadata
---
@if(meta.files.githubIssueTemplates.update)
# !! THIS FILE WAS GENERATED USING repoman !!
# Modify `repo.yaml` instead and use `repoman` to update this file
# See: https://github.com/metaborg/metaborg-gradle/

@endif
blank_issues_enabled: false
contact_links:
- name: 📚 Spoofax Documentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@import org.metaborg.repoman.meta.RepoMetadata
@param meta: RepoMetadata
---
@if(meta.files.githubWorkflows.update)
# !! THIS FILE WAS GENERATED USING repoman !!
# Modify `repo.yaml` instead and use `repoman` to update this file
# See: https://github.com/metaborg/metaborg-gradle/

@endif
name: 'Build & Publish'

on: # yamllint disable-line rule:truthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@import org.metaborg.repoman.meta.RepoMetadata
@param meta: RepoMetadata
---
@if(meta.files.githubWorkflows.update)
# !! THIS FILE WAS GENERATED USING repoman !!
# Modify `repo.yaml` instead and use `repoman` to update this file
# See: https://github.com/metaborg/metaborg-gradle/

@endif
name: 'Documentation'

on: # yamllint disable-line rule:truthy
Expand Down

0 comments on commit 54405a3

Please sign in to comment.