Skip to content

Commit

Permalink
Disable the issue automation on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Mar 30, 2023
1 parent 47e8835 commit 14bfa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale-backtrace-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
with:
Expand Down

0 comments on commit 14bfa9a

Please sign in to comment.