diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index c8df2516aa2c..71a116d17bb6 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -16,6 +16,7 @@ concurrency: jobs: action: runs-on: ubuntu-latest + if: github.repository_owner == 'vercel' steps: - uses: dessant/lock-threads@v3 with: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1cbbfceb7cc5..9c858d67608b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,6 +8,7 @@ on: jobs: stale: runs-on: ubuntu-latest + if: github.repository_owner == 'vercel' steps: - uses: actions/stale@v4 id: stale @@ -21,4 +22,4 @@ jobs: days-before-pr-close: -1 days-before-pr-stale: -1 exempt-issue-labels: 'blocked,must,should,keep' - operation-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close + operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close