Run stale workflow only in the home-assistant organization ()

This commit is contained in:
Sebastian Lövdahl 2022-04-11 20:56:30 +03:00 committed by GitHub
parent 7087020283
commit c787cebb84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ on:
jobs: jobs:
stale: stale:
if: github.repository_owner == 'home-assistant'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# The 90 day stale policy # The 90 day stale policy