Skip to content

Commit 78f05d6

Browse files
authored
[CI] Close stale issues and PRs only in the template repo (#707)
1 parent 0d02075 commit 78f05d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

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

1212
jobs:
1313
close-stale-prs:
14+
if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/stale@v10

0 commit comments

Comments
 (0)