You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to replicate a file to other repos, only when specific files exist in the other repo.
For example. I want to replicate ./.github/ISSUE_TEMPLATE/config.yml only if there are other yml files in the same directory in the other repos. Ideally this could be done without the need of adding a custom label.
This use case is because github won't show the config from the .github repo if there are any issue templates present in the repo.
The text was updated successfully, but these errors were encountered:
If there are no issue templates in the target repo, then I don't want a config.yml to be replicated there because it will automatically use the one from the .github organization repo.
I would like to replicate a file to other repos, only when specific files exist in the other repo.
For example. I want to replicate
./.github/ISSUE_TEMPLATE/config.yml
only if there are other yml files in the same directory in the other repos. Ideally this could be done without the need of adding a custom label.This use case is because github won't show the config from the
.github
repo if there are any issue templates present in the repo.The text was updated successfully, but these errors were encountered: