Skip to content

Commit

Permalink
Do not run stale issues workflow on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 14, 2021
1 parent 6fa88cc commit d26c041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale_issues.yml
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
stale:
if: github.repository_owner == 'qgis'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
Expand All @@ -26,7 +27,7 @@ jobs:
close-issue-message: >
While we hate to see this happen, this Issue has been automatically closed because
While we hate to see this happen, this issue has been automatically closed because
it has not had any activity in the last 42 days despite being marked as feedback.
If this issue should be reconsidered, please follow the guidelines in the previous
comment and reopen this issue.
Expand Down

0 comments on commit d26c041

Please sign in to comment.