conda / infrastructure

A repo to report issues and have discussions about the conda infrastructure
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

Placeholders in e.g. RELEASE.md #798

Closed dholth closed 2 months ago

dholth commented 1 year ago

What happened?

e.g. https://raw.githubusercontent.com/conda/infrastructure/main/.github/sync/RELEASE.md contains

Placeholder for{{ repo.name }} YY.M.0release.

and still contains {{ repo.name }}without substitutions in the repository.

There should be no {{}} in the target repositories.

kenodegard commented 1 year ago

Correct, we are waiting on this: https://github.com/BetaHuhn/repo-file-sync-action/pull/303

github-actions[bot] commented 2 months ago

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    • What OS and version you reproduced the issue on
    • What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

kenodegard commented 2 months ago

This is being resolved with the switch to the new sync workflow (see init.yml and update.yml introduced in #937). See https://github.com/conda/infrastructure/pull/975 for templating in action.