From 19de773717cb7c5799d8a8ba44b4e8d9702b4a72 Mon Sep 17 00:00:00 2001 From: Sjoerd Stendahl Date: Sat, 20 Jan 2024 07:58:09 +0100 Subject: [PATCH] syntax --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cde9cbb02..976d63b0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,8 @@ on: [pull_request, issue] 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.' - +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.'