From 394820c4f05fcf2b62158495c4bfd825744b051e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 9 Apr 2024 16:41:22 -0400 Subject: [PATCH] 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 --- .github/workflows/issue_pr_lock.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/issue_pr_lock.yml b/.github/workflows/issue_pr_lock.yml index c325298098..b831eca1ad 100644 --- a/.github/workflows/issue_pr_lock.yml +++ b/.github/workflows/issue_pr_lock.yml @@ -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 name: "Lock closed issues and PRs"