From e674a9c803907ba807c9bd9126577dc6716ea468 Mon Sep 17 00:00:00 2001 From: Sjoerd Stendahl Date: Sat, 20 Jan 2024 07:41:20 +0100 Subject: [PATCH] Add github close workflow --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..dd55dd903 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,7 @@ +- name: Repo Lockdown + uses: dessant/repo-lockdown@v4.0.0 + issue-comment: 'Thank you for contributing to Graphs by opening this issue. The repository has been moved to the GNOME GitLab, please file your issue at https://gitlab.gnome.org/World/Graphs/ instead.' + pr-comment: 'Thank you for contributing to Graphs by opening this Pull Request. The repository has been moved to the GNOME Gitlab, please open a merge request at https://gitlab.gnome.org/World/Graphs/-/merge_requests instead.' + + +