Skip to content

Commit

Permalink
define job
Browse files Browse the repository at this point in the history
  • Loading branch information
sstendahl committed Jan 20, 2024
1 parent a2d178a commit 12f7b4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on: [pull_request, issues]

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

0 comments on commit 12f7b4a

Please sign in to comment.