1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Merge pull request #19784 from ZehMatt/backtrace-forks

Disable the issue automation on forks
This commit is contained in:
Matthias Moninger
2023-03-30 19:56:00 +03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
with:

View File

@@ -6,6 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'OpenRCT2/OpenRCT2'
steps:
- uses: actions/stale@v7
with: