Run stale workflow only in the home-assistant organization (#69875)
parent
7087020283
commit
c787cebb84
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
if: github.repository_owner == 'home-assistant'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# The 90 day stale policy
|
||||
|
|
Loading…
Reference in New Issue