mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Disable the issue automation on forks
This commit is contained in:
1
.github/workflows/stale-backtrace-issues.yml
vendored
1
.github/workflows/stale-backtrace-issues.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'OpenRCT2/OpenRCT2'
|
||||
steps:
|
||||
- uses: actions/stale@v7
|
||||
with:
|
||||
|
||||
1
.github/workflows/stale-prs.yml
vendored
1
.github/workflows/stale-prs.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'OpenRCT2/OpenRCT2'
|
||||
steps:
|
||||
- uses: actions/stale@v7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user