Skip to content

Commit 066a957

Browse files
authored
[hotfix] Do not run community review label on non Apache repo
1 parent a356421 commit 066a957

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/community-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ permissions:
3131
actions: write
3232
jobs:
3333
label:
34+
if: github.repository_owner == 'apache'
3435
runs-on: ubuntu-latest
3536
steps:
3637
- uses: actions/checkout@v4

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ permissions:
3535

3636
jobs:
3737
stale:
38+
if: github.repository_owner == 'apache'
3839
runs-on: ubuntu-latest
3940
steps:
4041
- uses: actions/stale@v9

0 commit comments

Comments
 (0)