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.'