Add big warning to GHA workflow

A simple file rename quickly broke the same workflow in both the Buildah
and Skopeo repos.  Add a big-fat warning comment to prevent this from
happening again.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-04-09 16:41:22 -04:00
parent 9fc46dfb67
commit 394820c4f0

View File

@ -1,5 +1,9 @@
--- ---
# WARNING ALERT DANGER CAUTION ATTENTION: This file is re-used from the
# `main` branch, by workflows in (at least) the Buildah and Skopeo repos.
# Please think twice before making large changes, renaming, or moving the file.
# Format ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions # Format ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: "Lock closed issues and PRs" name: "Lock closed issues and PRs"