summaryrefslogtreecommitdiffstats
path: root/.github/workflows/close-pull-request.yml
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2025-08-20 17:08:03 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-08-20 14:15:53 -0700
commit58a59fdfbca47f6a6d3fd738ccc5f978d554209f (patch)
tree90dfb69fad928c92815ce5c79142fd5e5173a20a /.github/workflows/close-pull-request.yml
parent38d2fe11b9df521727fcca23c9dac086ce8378d3 (diff)
downloadgit-repo-58a59fdfbca47f6a6d3fd738ccc5f978d554209f.tar.gz
CONTRIBUTING: rename doc per Google OSS policies
Google OSS policies say to name this "CONTRIBUTING.md". Change-Id: I037f52a443caacc89868b7c14af91dd3d1b681a9 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/499761 Reviewed-by: Gavin Mak <gavinmak@google.com> Tested-by: Mike Frysinger <vapier@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to '.github/workflows/close-pull-request.yml')
-rw-r--r--.github/workflows/close-pull-request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/close-pull-request.yml b/.github/workflows/close-pull-request.yml
index dff055fce..f64e95ac4 100644
--- a/.github/workflows/close-pull-request.yml
+++ b/.github/workflows/close-pull-request.yml
@@ -18,5 +18,5 @@ jobs:
18 Thanks for your contribution! 18 Thanks for your contribution!
19 Unfortunately, we don't use GitHub pull requests to manage code 19 Unfortunately, we don't use GitHub pull requests to manage code
20 contributions to this repository. 20 contributions to this repository.
21 Instead, please see [README.md](../blob/HEAD/SUBMITTING_PATCHES.md) 21 Instead, please see [README.md](../blob/HEAD/CONTRIBUTING.md)
22 which provides full instructions on how to get involved. 22 which provides full instructions on how to get involved.